@typescript-eslint/type-utils 8.67.1-alpha.2 → 8.67.1-alpha.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2133 -0
- package/dist/TypeOrValueSpecifier.js +1 -0
- package/dist/builtinSymbolLikes.js +1 -0
- package/dist/containsAllTypesByName.js +1 -0
- package/dist/discriminateAnyType.js +1 -0
- package/dist/getConstrainedTypeAtLocation.js +1 -0
- package/dist/getContextualType.js +1 -0
- package/dist/getDeclaration.js +1 -0
- package/dist/getSourceFileOfNode.js +1 -0
- package/dist/getTypeName.js +1 -0
- package/dist/index.js +1 -0
- package/dist/isSymbolFromDefaultLibrary.js +1 -0
- package/dist/isTypeBrandedLiteralLike.js +1 -0
- package/dist/isTypeReadonly.js +1 -0
- package/dist/isUnsafeAssignment.js +1 -0
- package/dist/predicates.js +1 -0
- package/dist/propertyTypes.js +1 -0
- package/dist/requiresQuoting.js +1 -0
- package/dist/typeFlagUtils.js +1 -0
- package/dist/typeOrValueSpecifiers/specifierNameMatches.js +1 -0
- package/dist/typeOrValueSpecifiers/typeDeclaredInFile.js +1 -0
- package/dist/typeOrValueSpecifiers/typeDeclaredInLib.js +1 -0
- package/dist/typeOrValueSpecifiers/typeDeclaredInPackageDeclarationFile.js +1 -0
- package/package.json +8 -7
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,2133 @@
|
|
|
1
|
+
## 8.67.0 (2026-08-10)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for type-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 type-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 type-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 type-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 type-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 type-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 type-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 type-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
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
82
|
+
|
|
83
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.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
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
90
|
+
|
|
91
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.0) for more information.
|
|
92
|
+
|
|
93
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
94
|
+
|
|
95
|
+
## 8.59.4 (2026-05-18)
|
|
96
|
+
|
|
97
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
98
|
+
|
|
99
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.4) for more information.
|
|
100
|
+
|
|
101
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
102
|
+
|
|
103
|
+
## 8.59.3 (2026-05-11)
|
|
104
|
+
|
|
105
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
106
|
+
|
|
107
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.3) for more information.
|
|
108
|
+
|
|
109
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
110
|
+
|
|
111
|
+
## 8.59.2 (2026-05-04)
|
|
112
|
+
|
|
113
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
114
|
+
|
|
115
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.2) for more information.
|
|
116
|
+
|
|
117
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
118
|
+
|
|
119
|
+
## 8.59.1 (2026-04-27)
|
|
120
|
+
|
|
121
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
122
|
+
|
|
123
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.1) for more information.
|
|
124
|
+
|
|
125
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
126
|
+
|
|
127
|
+
## 8.59.0 (2026-04-20)
|
|
128
|
+
|
|
129
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
130
|
+
|
|
131
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.0) for more information.
|
|
132
|
+
|
|
133
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
134
|
+
|
|
135
|
+
## 8.58.2 (2026-04-13)
|
|
136
|
+
|
|
137
|
+
### 🩹 Fixes
|
|
138
|
+
|
|
139
|
+
- remove tsbuildinfo cache file from published packages ([#12187](https://github.com/typescript-eslint/typescript-eslint/pull/12187))
|
|
140
|
+
|
|
141
|
+
### ❤️ Thank You
|
|
142
|
+
|
|
143
|
+
- Abhijeet Singh @cseas
|
|
144
|
+
|
|
145
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.2) for more information.
|
|
146
|
+
|
|
147
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
148
|
+
|
|
149
|
+
## 8.58.1 (2026-04-08)
|
|
150
|
+
|
|
151
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
152
|
+
|
|
153
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information.
|
|
154
|
+
|
|
155
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
156
|
+
|
|
157
|
+
## 8.58.0 (2026-03-30)
|
|
158
|
+
|
|
159
|
+
### 🚀 Features
|
|
160
|
+
|
|
161
|
+
- support TypeScript 6 ([#12124](https://github.com/typescript-eslint/typescript-eslint/pull/12124))
|
|
162
|
+
|
|
163
|
+
### ❤️ Thank You
|
|
164
|
+
|
|
165
|
+
- Evyatar Daud @StyleShit
|
|
166
|
+
|
|
167
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.0) for more information.
|
|
168
|
+
|
|
169
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
170
|
+
|
|
171
|
+
## 8.57.2 (2026-03-23)
|
|
172
|
+
|
|
173
|
+
### 🩹 Fixes
|
|
174
|
+
|
|
175
|
+
- **eslint-plugin:** [prefer-readonly-parameter-types] preserve type alias infomation ([#11954](https://github.com/typescript-eslint/typescript-eslint/pull/11954))
|
|
176
|
+
|
|
177
|
+
### ❤️ Thank You
|
|
178
|
+
|
|
179
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
180
|
+
- Tamashoo @Tamashoo
|
|
181
|
+
|
|
182
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2) for more information.
|
|
183
|
+
|
|
184
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
185
|
+
|
|
186
|
+
## 8.57.1 (2026-03-16)
|
|
187
|
+
|
|
188
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
189
|
+
|
|
190
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.1) for more information.
|
|
191
|
+
|
|
192
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
193
|
+
|
|
194
|
+
## 8.57.0 (2026-03-09)
|
|
195
|
+
|
|
196
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
197
|
+
|
|
198
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.0) for more information.
|
|
199
|
+
|
|
200
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
201
|
+
|
|
202
|
+
## 8.56.1 (2026-02-23)
|
|
203
|
+
|
|
204
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
205
|
+
|
|
206
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.1) for more information.
|
|
207
|
+
|
|
208
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
209
|
+
|
|
210
|
+
## 8.56.0 (2026-02-16)
|
|
211
|
+
|
|
212
|
+
### 🚀 Features
|
|
213
|
+
|
|
214
|
+
- support ESLint v10 ([#12057](https://github.com/typescript-eslint/typescript-eslint/pull/12057))
|
|
215
|
+
|
|
216
|
+
### ❤️ Thank You
|
|
217
|
+
|
|
218
|
+
- Brad Zacher @bradzacher
|
|
219
|
+
- Joshua Chen
|
|
220
|
+
|
|
221
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0) for more information.
|
|
222
|
+
|
|
223
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
224
|
+
|
|
225
|
+
## 8.55.0 (2026-02-09)
|
|
226
|
+
|
|
227
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
228
|
+
|
|
229
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.55.0) for more information.
|
|
230
|
+
|
|
231
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
232
|
+
|
|
233
|
+
## 8.54.0 (2026-01-26)
|
|
234
|
+
|
|
235
|
+
### 🚀 Features
|
|
236
|
+
|
|
237
|
+
- **eslint-plugin-internal:** add prefer-tsutils-methods rule ([#11974](https://github.com/typescript-eslint/typescript-eslint/pull/11974), [#11625](https://github.com/typescript-eslint/typescript-eslint/issues/11625))
|
|
238
|
+
|
|
239
|
+
### ❤️ Thank You
|
|
240
|
+
|
|
241
|
+
- 김현수 @Kimsoo0119
|
|
242
|
+
|
|
243
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
244
|
+
|
|
245
|
+
## 8.53.1 (2026-01-19)
|
|
246
|
+
|
|
247
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
248
|
+
|
|
249
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
250
|
+
|
|
251
|
+
## 8.53.0 (2026-01-12)
|
|
252
|
+
|
|
253
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
254
|
+
|
|
255
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
256
|
+
|
|
257
|
+
## 8.52.0 (2026-01-05)
|
|
258
|
+
|
|
259
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
260
|
+
|
|
261
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
262
|
+
|
|
263
|
+
## 8.51.0 (2025-12-29)
|
|
264
|
+
|
|
265
|
+
### 🩹 Fixes
|
|
266
|
+
|
|
267
|
+
- **eslint-plugin:** [prefer-optional-chain] handle MemberExpression in final chain position ([#11835](https://github.com/typescript-eslint/typescript-eslint/pull/11835))
|
|
268
|
+
- **eslint-plugin:** bump ts-api-utils to 2.2.0 ([#11881](https://github.com/typescript-eslint/typescript-eslint/pull/11881))
|
|
269
|
+
|
|
270
|
+
### ❤️ Thank You
|
|
271
|
+
|
|
272
|
+
- Josh Goldberg ✨
|
|
273
|
+
- mdm317
|
|
274
|
+
|
|
275
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
276
|
+
|
|
277
|
+
## 8.50.1 (2025-12-22)
|
|
278
|
+
|
|
279
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
280
|
+
|
|
281
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
282
|
+
|
|
283
|
+
## 8.50.0 (2025-12-15)
|
|
284
|
+
|
|
285
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
286
|
+
|
|
287
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
288
|
+
|
|
289
|
+
## 8.49.0 (2025-12-08)
|
|
290
|
+
|
|
291
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
292
|
+
|
|
293
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
294
|
+
|
|
295
|
+
## 8.48.1 (2025-12-02)
|
|
296
|
+
|
|
297
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
298
|
+
|
|
299
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
300
|
+
|
|
301
|
+
## 8.48.0 (2025-11-24)
|
|
302
|
+
|
|
303
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
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.47.0 (2025-11-17)
|
|
308
|
+
|
|
309
|
+
This was a version bump only for type-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.46.4 (2025-11-10)
|
|
314
|
+
|
|
315
|
+
This was a version bump only for type-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.46.3 (2025-11-03)
|
|
320
|
+
|
|
321
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
322
|
+
|
|
323
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
324
|
+
|
|
325
|
+
## 8.46.2 (2025-10-20)
|
|
326
|
+
|
|
327
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
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.46.1 (2025-10-13)
|
|
332
|
+
|
|
333
|
+
This was a version bump only for type-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.46.0 (2025-10-06)
|
|
338
|
+
|
|
339
|
+
### 🩹 Fixes
|
|
340
|
+
|
|
341
|
+
- **eslint-plugin:** [prefer-readonly-parameter-types] ignore tagged primitives ([#11660](https://github.com/typescript-eslint/typescript-eslint/pull/11660))
|
|
342
|
+
|
|
343
|
+
### ❤️ Thank You
|
|
344
|
+
|
|
345
|
+
- Josh Goldberg ✨
|
|
346
|
+
|
|
347
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
348
|
+
|
|
349
|
+
## 8.45.0 (2025-09-29)
|
|
350
|
+
|
|
351
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
352
|
+
|
|
353
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
354
|
+
|
|
355
|
+
## 8.44.1 (2025-09-22)
|
|
356
|
+
|
|
357
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
358
|
+
|
|
359
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
360
|
+
|
|
361
|
+
## 8.44.0 (2025-09-15)
|
|
362
|
+
|
|
363
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
364
|
+
|
|
365
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
366
|
+
|
|
367
|
+
## 8.43.0 (2025-09-08)
|
|
368
|
+
|
|
369
|
+
### 🩹 Fixes
|
|
370
|
+
|
|
371
|
+
- **type-utils:** add union type support to TypeOrValueSpecifier ([#11526](https://github.com/typescript-eslint/typescript-eslint/pull/11526))
|
|
372
|
+
|
|
373
|
+
### ❤️ Thank You
|
|
374
|
+
|
|
375
|
+
- Yukihiro Hasegawa @y-hsgw
|
|
376
|
+
|
|
377
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
378
|
+
|
|
379
|
+
## 8.42.0 (2025-09-02)
|
|
380
|
+
|
|
381
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
382
|
+
|
|
383
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
384
|
+
|
|
385
|
+
## 8.41.0 (2025-08-25)
|
|
386
|
+
|
|
387
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
388
|
+
|
|
389
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
390
|
+
|
|
391
|
+
## 8.40.0 (2025-08-18)
|
|
392
|
+
|
|
393
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
394
|
+
|
|
395
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
396
|
+
|
|
397
|
+
## 8.39.1 (2025-08-11)
|
|
398
|
+
|
|
399
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
400
|
+
|
|
401
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
402
|
+
|
|
403
|
+
## 8.39.0 (2025-08-04)
|
|
404
|
+
|
|
405
|
+
### 🚀 Features
|
|
406
|
+
|
|
407
|
+
- update to TypeScript 5.9.2 ([#11445](https://github.com/typescript-eslint/typescript-eslint/pull/11445))
|
|
408
|
+
|
|
409
|
+
### ❤️ Thank You
|
|
410
|
+
|
|
411
|
+
- Brad Zacher @bradzacher
|
|
412
|
+
|
|
413
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
414
|
+
|
|
415
|
+
## 8.38.0 (2025-07-21)
|
|
416
|
+
|
|
417
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
418
|
+
|
|
419
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
420
|
+
|
|
421
|
+
## 8.37.0 (2025-07-14)
|
|
422
|
+
|
|
423
|
+
### 🩹 Fixes
|
|
424
|
+
|
|
425
|
+
- **type-utils:** handle namespaced exports in specifier matching ([#11380](https://github.com/typescript-eslint/typescript-eslint/pull/11380))
|
|
426
|
+
- **type-utils:** add missing 'types' dependency to 'type-utils' ([#11383](https://github.com/typescript-eslint/typescript-eslint/pull/11383))
|
|
427
|
+
|
|
428
|
+
### ❤️ Thank You
|
|
429
|
+
|
|
430
|
+
- Bill Collins
|
|
431
|
+
- René @Renegade334
|
|
432
|
+
|
|
433
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
434
|
+
|
|
435
|
+
## 8.36.0 (2025-07-07)
|
|
436
|
+
|
|
437
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
438
|
+
|
|
439
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
440
|
+
|
|
441
|
+
## 8.35.1 (2025-06-30)
|
|
442
|
+
|
|
443
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
444
|
+
|
|
445
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
446
|
+
|
|
447
|
+
## 8.35.0 (2025-06-23)
|
|
448
|
+
|
|
449
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
450
|
+
|
|
451
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
452
|
+
|
|
453
|
+
## 8.34.1 (2025-06-16)
|
|
454
|
+
|
|
455
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
456
|
+
|
|
457
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
458
|
+
|
|
459
|
+
## 8.34.0 (2025-06-09)
|
|
460
|
+
|
|
461
|
+
### 🚀 Features
|
|
462
|
+
|
|
463
|
+
- **type-utils:** deprecated getSourceFileOfNode function ([#11284](https://github.com/typescript-eslint/typescript-eslint/pull/11284))
|
|
464
|
+
|
|
465
|
+
### ❤️ Thank You
|
|
466
|
+
|
|
467
|
+
- Kim Sang Du @developer-bandi
|
|
468
|
+
|
|
469
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
470
|
+
|
|
471
|
+
## 8.33.1 (2025-06-02)
|
|
472
|
+
|
|
473
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
474
|
+
|
|
475
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
476
|
+
|
|
477
|
+
## 8.33.0 (2025-05-26)
|
|
478
|
+
|
|
479
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
480
|
+
|
|
481
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
482
|
+
|
|
483
|
+
## 8.32.1 (2025-05-12)
|
|
484
|
+
|
|
485
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
486
|
+
|
|
487
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
488
|
+
|
|
489
|
+
## 8.32.0 (2025-05-05)
|
|
490
|
+
|
|
491
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
492
|
+
|
|
493
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
494
|
+
|
|
495
|
+
## 8.31.1 (2025-04-28)
|
|
496
|
+
|
|
497
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
498
|
+
|
|
499
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
500
|
+
|
|
501
|
+
## 8.31.0 (2025-04-21)
|
|
502
|
+
|
|
503
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
504
|
+
|
|
505
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
506
|
+
|
|
507
|
+
## 8.30.1 (2025-04-14)
|
|
508
|
+
|
|
509
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
510
|
+
|
|
511
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
512
|
+
|
|
513
|
+
## 8.30.0 (2025-04-14)
|
|
514
|
+
|
|
515
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
516
|
+
|
|
517
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
518
|
+
|
|
519
|
+
## 8.29.1 (2025-04-07)
|
|
520
|
+
|
|
521
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
522
|
+
|
|
523
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
524
|
+
|
|
525
|
+
## 8.29.0 (2025-03-31)
|
|
526
|
+
|
|
527
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
528
|
+
|
|
529
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
530
|
+
|
|
531
|
+
## 8.28.0 (2025-03-24)
|
|
532
|
+
|
|
533
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
534
|
+
|
|
535
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
536
|
+
|
|
537
|
+
## 8.27.0 (2025-03-17)
|
|
538
|
+
|
|
539
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
540
|
+
|
|
541
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
542
|
+
|
|
543
|
+
## 8.26.1 (2025-03-10)
|
|
544
|
+
|
|
545
|
+
### 🩹 Fixes
|
|
546
|
+
|
|
547
|
+
- **eslint-plugin:** [no-unsafe-return] handle recursive type ([#10883](https://github.com/typescript-eslint/typescript-eslint/pull/10883))
|
|
548
|
+
|
|
549
|
+
### ❤️ Thank You
|
|
550
|
+
|
|
551
|
+
- YeonJuan @yeonjuan
|
|
552
|
+
|
|
553
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
554
|
+
|
|
555
|
+
## 8.26.0 (2025-03-03)
|
|
556
|
+
|
|
557
|
+
### 🚀 Features
|
|
558
|
+
|
|
559
|
+
- support TypeScript 5.8 ([#10903](https://github.com/typescript-eslint/typescript-eslint/pull/10903))
|
|
560
|
+
|
|
561
|
+
### ❤️ Thank You
|
|
562
|
+
|
|
563
|
+
- Dirk Luijk @dirkluijk
|
|
564
|
+
|
|
565
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
566
|
+
|
|
567
|
+
## 8.25.0 (2025-02-24)
|
|
568
|
+
|
|
569
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
570
|
+
|
|
571
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
572
|
+
|
|
573
|
+
## 8.24.1 (2025-02-17)
|
|
574
|
+
|
|
575
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
576
|
+
|
|
577
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
578
|
+
|
|
579
|
+
## 8.24.0 (2025-02-10)
|
|
580
|
+
|
|
581
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
582
|
+
|
|
583
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
584
|
+
|
|
585
|
+
## 8.23.0 (2025-02-03)
|
|
586
|
+
|
|
587
|
+
### 🩹 Fixes
|
|
588
|
+
|
|
589
|
+
- bump ts-api-utils to ^2.0.1 ([#10761](https://github.com/typescript-eslint/typescript-eslint/pull/10761))
|
|
590
|
+
|
|
591
|
+
### ❤️ Thank You
|
|
592
|
+
|
|
593
|
+
- Josh Goldberg ✨
|
|
594
|
+
|
|
595
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
596
|
+
|
|
597
|
+
## 8.22.0 (2025-01-27)
|
|
598
|
+
|
|
599
|
+
### 🩹 Fixes
|
|
600
|
+
|
|
601
|
+
- **type-utils:** support matching intersection types in `TypeOrValueSpecifier` with a `PackageSpecifier` ([#10667](https://github.com/typescript-eslint/typescript-eslint/pull/10667))
|
|
602
|
+
|
|
603
|
+
### ❤️ Thank You
|
|
604
|
+
|
|
605
|
+
- Ronen Amiel
|
|
606
|
+
|
|
607
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
608
|
+
|
|
609
|
+
## 8.21.0 (2025-01-20)
|
|
610
|
+
|
|
611
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
612
|
+
|
|
613
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
614
|
+
|
|
615
|
+
## 8.20.0 (2025-01-13)
|
|
616
|
+
|
|
617
|
+
### 🚀 Features
|
|
618
|
+
|
|
619
|
+
- standardize debug namespaces to file paths ([#10599](https://github.com/typescript-eslint/typescript-eslint/pull/10599))
|
|
620
|
+
|
|
621
|
+
### ❤️ Thank You
|
|
622
|
+
|
|
623
|
+
- Josh Goldberg ✨
|
|
624
|
+
|
|
625
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
626
|
+
|
|
627
|
+
## 8.19.1 (2025-01-06)
|
|
628
|
+
|
|
629
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
630
|
+
|
|
631
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
632
|
+
|
|
633
|
+
## 8.19.0 (2024-12-30)
|
|
634
|
+
|
|
635
|
+
### 🩹 Fixes
|
|
636
|
+
|
|
637
|
+
- **eslint-plugin:** add getConstraintInfo to handle generic constraints better ([#10496](https://github.com/typescript-eslint/typescript-eslint/pull/10496))
|
|
638
|
+
|
|
639
|
+
### ❤️ Thank You
|
|
640
|
+
|
|
641
|
+
- Kirk Waiblinger @kirkwaiblinger
|
|
642
|
+
|
|
643
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
644
|
+
|
|
645
|
+
## 8.18.2 (2024-12-23)
|
|
646
|
+
|
|
647
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
648
|
+
|
|
649
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
650
|
+
|
|
651
|
+
## 8.18.1 (2024-12-16)
|
|
652
|
+
|
|
653
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
654
|
+
|
|
655
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
656
|
+
|
|
657
|
+
## 8.18.0 (2024-12-09)
|
|
658
|
+
|
|
659
|
+
### 🩹 Fixes
|
|
660
|
+
|
|
661
|
+
- typescript peer dependency ([#10373](https://github.com/typescript-eslint/typescript-eslint/pull/10373))
|
|
662
|
+
|
|
663
|
+
### ❤️ Thank You
|
|
664
|
+
|
|
665
|
+
- rtritto
|
|
666
|
+
|
|
667
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
668
|
+
|
|
669
|
+
## 8.17.0 (2024-12-02)
|
|
670
|
+
|
|
671
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
672
|
+
|
|
673
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
674
|
+
|
|
675
|
+
## 8.16.0 (2024-11-25)
|
|
676
|
+
|
|
677
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
678
|
+
|
|
679
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
680
|
+
|
|
681
|
+
## 8.15.0 (2024-11-18)
|
|
682
|
+
|
|
683
|
+
### 🩹 Fixes
|
|
684
|
+
|
|
685
|
+
- add missing peer dependencies ([#9744](https://github.com/typescript-eslint/typescript-eslint/pull/9744))
|
|
686
|
+
|
|
687
|
+
### ❤️ Thank You
|
|
688
|
+
|
|
689
|
+
- Ethan Wu
|
|
690
|
+
|
|
691
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
692
|
+
|
|
693
|
+
## 8.14.0 (2024-11-11)
|
|
694
|
+
|
|
695
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
696
|
+
|
|
697
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
698
|
+
|
|
699
|
+
## 8.13.0 (2024-11-04)
|
|
700
|
+
|
|
701
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
702
|
+
|
|
703
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
704
|
+
|
|
705
|
+
## 8.12.2 (2024-10-29)
|
|
706
|
+
|
|
707
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
708
|
+
|
|
709
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
710
|
+
|
|
711
|
+
## 8.12.1 (2024-10-28)
|
|
712
|
+
|
|
713
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
714
|
+
|
|
715
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
716
|
+
|
|
717
|
+
## 8.12.0 (2024-10-28)
|
|
718
|
+
|
|
719
|
+
### 🚀 Features
|
|
720
|
+
|
|
721
|
+
- **eslint-plugin:** [prefer-nullish-coalescing] add support for assignment expressions ([#10152](https://github.com/typescript-eslint/typescript-eslint/pull/10152))
|
|
722
|
+
|
|
723
|
+
### 🩹 Fixes
|
|
724
|
+
|
|
725
|
+
- **eslint-plugin:** [no-unsafe-return] don't reiterate through all type parts for each part ([#10203](https://github.com/typescript-eslint/typescript-eslint/pull/10203))
|
|
726
|
+
|
|
727
|
+
### ❤️ Thank You
|
|
728
|
+
|
|
729
|
+
- Abraham Guo
|
|
730
|
+
- Terry Fu
|
|
731
|
+
|
|
732
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
733
|
+
|
|
734
|
+
## 8.11.0 (2024-10-21)
|
|
735
|
+
|
|
736
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
737
|
+
|
|
738
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
739
|
+
|
|
740
|
+
## 8.10.0 (2024-10-17)
|
|
741
|
+
|
|
742
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
743
|
+
|
|
744
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
745
|
+
|
|
746
|
+
## 8.9.0 (2024-10-14)
|
|
747
|
+
|
|
748
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
749
|
+
|
|
750
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
751
|
+
|
|
752
|
+
## 8.8.1 (2024-10-07)
|
|
753
|
+
|
|
754
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
755
|
+
|
|
756
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
757
|
+
|
|
758
|
+
## 8.8.0 (2024-09-30)
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
### 🚀 Features
|
|
762
|
+
|
|
763
|
+
- **eslint-plugin:** [no-unnecessary-condition] add checkTypePredicates
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
### 🩹 Fixes
|
|
767
|
+
|
|
768
|
+
- **type-utils:** check for type parameters on `isBuiltinSymbolLikeRecurser()`
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
### ❤️ Thank You
|
|
772
|
+
|
|
773
|
+
- auvred
|
|
774
|
+
- Josh Goldberg ✨
|
|
775
|
+
- Kirk Waiblinger
|
|
776
|
+
- Ronen Amiel
|
|
777
|
+
- Tarun Chauhan
|
|
778
|
+
- YeonJuan
|
|
779
|
+
|
|
780
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
781
|
+
|
|
782
|
+
## 8.7.0 (2024-09-23)
|
|
783
|
+
|
|
784
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
785
|
+
|
|
786
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
787
|
+
|
|
788
|
+
## 8.6.0 (2024-09-16)
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
### 🚀 Features
|
|
792
|
+
|
|
793
|
+
- add `allow` option for `restrict-template-expressions`
|
|
794
|
+
|
|
795
|
+
- **type-utils:** isNullableType add Void logic
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
### ❤️ Thank You
|
|
799
|
+
|
|
800
|
+
- Abraham Guo
|
|
801
|
+
- auvred
|
|
802
|
+
- Josh Goldberg ✨
|
|
803
|
+
- Kim Sang Du
|
|
804
|
+
- YeonJuan
|
|
805
|
+
|
|
806
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
807
|
+
|
|
808
|
+
## 8.5.0 (2024-09-09)
|
|
809
|
+
|
|
810
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
811
|
+
|
|
812
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
813
|
+
|
|
814
|
+
## 8.4.0 (2024-09-02)
|
|
815
|
+
|
|
816
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
817
|
+
|
|
818
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
819
|
+
|
|
820
|
+
## 8.3.0 (2024-08-26)
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
### 🚀 Features
|
|
824
|
+
|
|
825
|
+
- **eslint-plugin:** [no-deprecation] add rule
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
### ❤️ Thank You
|
|
829
|
+
|
|
830
|
+
- Abraham Guo
|
|
831
|
+
- Daichi Kamiyama
|
|
832
|
+
- Josh Goldberg ✨
|
|
833
|
+
- Kim Sang Du
|
|
834
|
+
- Sukka
|
|
835
|
+
- Vida Xie
|
|
836
|
+
|
|
837
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
838
|
+
|
|
839
|
+
## 8.2.0 (2024-08-19)
|
|
840
|
+
|
|
841
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
842
|
+
|
|
843
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
844
|
+
|
|
845
|
+
## 8.1.0 (2024-08-12)
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
### 🚀 Features
|
|
849
|
+
|
|
850
|
+
- **eslint-plugin:** [no-unsafe-return] check promise any
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
### ❤️ Thank You
|
|
854
|
+
|
|
855
|
+
- Aly Thobani
|
|
856
|
+
- Brad Zacher
|
|
857
|
+
- James
|
|
858
|
+
- Josh Goldberg ✨
|
|
859
|
+
- Joshua Chen
|
|
860
|
+
- Olivier Zalmanski
|
|
861
|
+
- YeonJuan
|
|
862
|
+
- Yukihiro Hasegawa
|
|
863
|
+
|
|
864
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
865
|
+
|
|
866
|
+
## 8.0.1 (2024-08-05)
|
|
867
|
+
|
|
868
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
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
|
+
# 8.0.0 (2024-07-31)
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
### 🚀 Features
|
|
876
|
+
|
|
877
|
+
- **typescript-estree:** rename automaticSingleRunInference to disallowAutomaticSingleRunInference
|
|
878
|
+
|
|
879
|
+
- **typescript-estree:** stabilize EXPERIMENTAL_useProjectService as projectService
|
|
880
|
+
|
|
881
|
+
- **type-utils:** remove getTokenAtPosition
|
|
882
|
+
|
|
883
|
+
- **type-utils:** support intersection types in TypeOrValueSpecifier
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
### 🩹 Fixes
|
|
887
|
+
|
|
888
|
+
- **type-utils:** also check declared modules for package names in TypeOrValueSpecifier
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
### ❤️ Thank You
|
|
892
|
+
|
|
893
|
+
- Abraham Guo
|
|
894
|
+
- Alfred Ringstad
|
|
895
|
+
- auvred
|
|
896
|
+
- Brad Zacher
|
|
897
|
+
- Christopher Aubut
|
|
898
|
+
- Collin Bachman
|
|
899
|
+
- James Henry
|
|
900
|
+
- Josh Goldberg
|
|
901
|
+
- Josh Goldberg ✨
|
|
902
|
+
- Kirk Waiblinger
|
|
903
|
+
- StyleShit
|
|
904
|
+
- Victor Lin
|
|
905
|
+
- Yukihiro Hasegawa
|
|
906
|
+
|
|
907
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
908
|
+
|
|
909
|
+
## 7.18.0 (2024-07-29)
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
### 🩹 Fixes
|
|
913
|
+
|
|
914
|
+
- **eslint-plugin:** [unbound-method] report on destructuring in function parameters
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
### ❤️ Thank You
|
|
918
|
+
|
|
919
|
+
- auvred
|
|
920
|
+
- Oliver Salzburg
|
|
921
|
+
- Vinccool96
|
|
922
|
+
- Yukihiro Hasegawa
|
|
923
|
+
|
|
924
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
925
|
+
|
|
926
|
+
## 7.17.0 (2024-07-22)
|
|
927
|
+
|
|
928
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
929
|
+
|
|
930
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
931
|
+
|
|
932
|
+
## 7.16.1 (2024-07-15)
|
|
933
|
+
|
|
934
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
935
|
+
|
|
936
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
937
|
+
|
|
938
|
+
## 7.16.0 (2024-07-08)
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
### 🩹 Fixes
|
|
942
|
+
|
|
943
|
+
- **deps:** update dependency @eslint-community/regexpp to v4.11.0
|
|
944
|
+
|
|
945
|
+
- **website:** react key error on internal pages of website
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
### ❤️ Thank You
|
|
949
|
+
|
|
950
|
+
- Abraham Guo
|
|
951
|
+
- auvred
|
|
952
|
+
- Josh Goldberg ✨
|
|
953
|
+
- Juan Sanchez
|
|
954
|
+
- Vinccool96
|
|
955
|
+
- YeonJuan
|
|
956
|
+
- Yukihiro Hasegawa
|
|
957
|
+
|
|
958
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
959
|
+
|
|
960
|
+
## 7.15.0 (2024-07-01)
|
|
961
|
+
|
|
962
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
963
|
+
|
|
964
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
965
|
+
|
|
966
|
+
## 7.14.1 (2024-06-24)
|
|
967
|
+
|
|
968
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
969
|
+
|
|
970
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
971
|
+
|
|
972
|
+
## 7.14.0 (2024-06-24)
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
### 🚀 Features
|
|
976
|
+
|
|
977
|
+
- support TypeScript 5.5
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
### ❤️ Thank You
|
|
981
|
+
|
|
982
|
+
- Brad Zacher
|
|
983
|
+
- cm-ayf
|
|
984
|
+
- Jake Bailey
|
|
985
|
+
- James Zhan
|
|
986
|
+
- Joshua Chen
|
|
987
|
+
- yoshi2no
|
|
988
|
+
|
|
989
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
990
|
+
|
|
991
|
+
## 7.13.1 (2024-06-17)
|
|
992
|
+
|
|
993
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
994
|
+
|
|
995
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
996
|
+
|
|
997
|
+
## 7.13.0 (2024-06-10)
|
|
998
|
+
|
|
999
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1000
|
+
|
|
1001
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1002
|
+
|
|
1003
|
+
## 7.12.0 (2024-06-03)
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
### 🚀 Features
|
|
1007
|
+
|
|
1008
|
+
- **eslint-plugin:** [no-floating-promises] add option 'allowForKnownSafePromises'
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
### ❤️ Thank You
|
|
1012
|
+
|
|
1013
|
+
- Abraham Guo
|
|
1014
|
+
- Han Yeong-woo
|
|
1015
|
+
- Joshua Chen
|
|
1016
|
+
- Kim Sang Du
|
|
1017
|
+
- Kirk Waiblinger
|
|
1018
|
+
- YeonJuan
|
|
1019
|
+
|
|
1020
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1021
|
+
|
|
1022
|
+
## 7.11.0 (2024-05-27)
|
|
1023
|
+
|
|
1024
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1025
|
+
|
|
1026
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1027
|
+
|
|
1028
|
+
## 7.10.0 (2024-05-20)
|
|
1029
|
+
|
|
1030
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1031
|
+
|
|
1032
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1033
|
+
|
|
1034
|
+
## 7.9.0 (2024-05-13)
|
|
1035
|
+
|
|
1036
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1037
|
+
|
|
1038
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1039
|
+
|
|
1040
|
+
## 7.8.0 (2024-04-29)
|
|
1041
|
+
|
|
1042
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1043
|
+
|
|
1044
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1045
|
+
|
|
1046
|
+
## 7.7.1 (2024-04-22)
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
### 🩹 Fixes
|
|
1050
|
+
|
|
1051
|
+
- **eslint-plugin:** [no-unsafe-assignment] handle shorthand property assignment
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
### ❤️ Thank You
|
|
1055
|
+
|
|
1056
|
+
- Abraham Guo
|
|
1057
|
+
- Kirk Waiblinger
|
|
1058
|
+
- YeonJuan
|
|
1059
|
+
|
|
1060
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1061
|
+
|
|
1062
|
+
## 7.7.0 (2024-04-15)
|
|
1063
|
+
|
|
1064
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1065
|
+
|
|
1066
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1067
|
+
|
|
1068
|
+
## 7.6.0 (2024-04-08)
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
### 🚀 Features
|
|
1072
|
+
|
|
1073
|
+
- bump npm dependency ranges
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
### ❤️ Thank You
|
|
1077
|
+
|
|
1078
|
+
- Abraham Guo
|
|
1079
|
+
- auvred
|
|
1080
|
+
- Brad Zacher
|
|
1081
|
+
|
|
1082
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1083
|
+
|
|
1084
|
+
## 7.5.0 (2024-04-01)
|
|
1085
|
+
|
|
1086
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1087
|
+
|
|
1088
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1089
|
+
|
|
1090
|
+
## 7.4.0 (2024-03-25)
|
|
1091
|
+
|
|
1092
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1093
|
+
|
|
1094
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1095
|
+
|
|
1096
|
+
## 7.3.1 (2024-03-18)
|
|
1097
|
+
|
|
1098
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1099
|
+
|
|
1100
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1101
|
+
|
|
1102
|
+
## 7.3.0 (2024-03-18)
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
### 🩹 Fixes
|
|
1106
|
+
|
|
1107
|
+
- correct `engines.node` constraints in `package.json`
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
### ❤️ Thank You
|
|
1111
|
+
|
|
1112
|
+
- Abraham Guo
|
|
1113
|
+
- Alexu
|
|
1114
|
+
- Arka Pratim Chaudhuri
|
|
1115
|
+
- auvred
|
|
1116
|
+
- Derrick Isaacson
|
|
1117
|
+
- fnx
|
|
1118
|
+
- Josh Goldberg ✨
|
|
1119
|
+
- Kirk Waiblinger
|
|
1120
|
+
- Marta Cardoso
|
|
1121
|
+
- Michaël De Boey
|
|
1122
|
+
- Tristan Rasmussen
|
|
1123
|
+
- YeonJuan
|
|
1124
|
+
|
|
1125
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1126
|
+
|
|
1127
|
+
## 7.2.0 (2024-03-11)
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
### 🚀 Features
|
|
1131
|
+
|
|
1132
|
+
- support TS 5.4
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
### ❤️ Thank You
|
|
1136
|
+
|
|
1137
|
+
- Arka Pratim Chaudhuri
|
|
1138
|
+
- auvred
|
|
1139
|
+
- Chris Plummer
|
|
1140
|
+
- Fotis Papadogeorgopoulos
|
|
1141
|
+
- Josh Goldberg ✨
|
|
1142
|
+
- Kirk Waiblinger
|
|
1143
|
+
- Wayne Zhang
|
|
1144
|
+
- YeonJuan
|
|
1145
|
+
|
|
1146
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1147
|
+
|
|
1148
|
+
## 7.1.1 (2024-03-04)
|
|
1149
|
+
|
|
1150
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1151
|
+
|
|
1152
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1153
|
+
|
|
1154
|
+
## 7.1.0 (2024-02-26)
|
|
1155
|
+
|
|
1156
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1157
|
+
|
|
1158
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1159
|
+
|
|
1160
|
+
## 7.0.2 (2024-02-19)
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
### 🩹 Fixes
|
|
1164
|
+
|
|
1165
|
+
- fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
### ❤️ Thank You
|
|
1169
|
+
|
|
1170
|
+
- Brad Zacher
|
|
1171
|
+
- Gareth Jones
|
|
1172
|
+
|
|
1173
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1174
|
+
|
|
1175
|
+
## 7.0.1 (2024-02-12)
|
|
1176
|
+
|
|
1177
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1178
|
+
|
|
1179
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1180
|
+
|
|
1181
|
+
# 7.0.0 (2024-02-12)
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
### 🚀 Features
|
|
1185
|
+
|
|
1186
|
+
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
|
|
1187
|
+
|
|
1188
|
+
- add support for flat configs
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
#### ⚠️ Breaking Changes
|
|
1192
|
+
|
|
1193
|
+
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
|
|
1194
|
+
|
|
1195
|
+
### ❤️ Thank You
|
|
1196
|
+
|
|
1197
|
+
- Brad Zacher
|
|
1198
|
+
- Kirk Waiblinger
|
|
1199
|
+
- StyleShit
|
|
1200
|
+
- YeonJuan
|
|
1201
|
+
|
|
1202
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1203
|
+
|
|
1204
|
+
## 6.21.0 (2024-02-05)
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
### 🚀 Features
|
|
1208
|
+
|
|
1209
|
+
- allow `parserOptions.project: false`
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
### ❤️ Thank You
|
|
1213
|
+
|
|
1214
|
+
- auvred
|
|
1215
|
+
- Brad Zacher
|
|
1216
|
+
- Kirk Waiblinger
|
|
1217
|
+
- Pete Gonzalez
|
|
1218
|
+
- YeonJuan
|
|
1219
|
+
|
|
1220
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1221
|
+
|
|
1222
|
+
## 6.20.0 (2024-01-29)
|
|
1223
|
+
|
|
1224
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
1225
|
+
|
|
1226
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1227
|
+
|
|
1228
|
+
## 6.19.1 (2024-01-22)
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
### 🩹 Fixes
|
|
1232
|
+
|
|
1233
|
+
- **type-utils:** preventing isUnsafeAssignment infinite recursive calls
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
### ❤️ Thank You
|
|
1237
|
+
|
|
1238
|
+
- YeonJuan
|
|
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.0 (2024-01-15)
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
### 🚀 Features
|
|
1246
|
+
|
|
1247
|
+
- **eslint-plugin:** [prefer-promise-reject-errors] add rule
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
### 🩹 Fixes
|
|
1251
|
+
|
|
1252
|
+
- **eslint-plugin:** [no-unnecesary-type-assertion] treat unknown/any as nullable
|
|
1253
|
+
|
|
1254
|
+
|
|
1255
|
+
### ❤️ Thank You
|
|
1256
|
+
|
|
1257
|
+
- auvred
|
|
1258
|
+
- Brad Zacher
|
|
1259
|
+
- Josh Goldberg ✨
|
|
1260
|
+
- Joshua Chen
|
|
1261
|
+
- LJX
|
|
1262
|
+
- Steven
|
|
1263
|
+
- StyleShit
|
|
1264
|
+
|
|
1265
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1266
|
+
|
|
1267
|
+
## 6.18.1 (2024-01-08)
|
|
1268
|
+
|
|
1269
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
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
|
+
## 6.18.0 (2024-01-06)
|
|
1274
|
+
|
|
1275
|
+
This was a version bump only for type-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
|
+
# [6.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.16.0...v6.17.0) (2024-01-01)
|
|
1280
|
+
|
|
1281
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1282
|
+
|
|
1283
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
# [6.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.15.0...v6.16.0) (2023-12-25)
|
|
1290
|
+
|
|
1291
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1292
|
+
|
|
1293
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
# [6.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.14.0...v6.15.0) (2023-12-18)
|
|
1300
|
+
|
|
1301
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1302
|
+
|
|
1303
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
|
|
1309
|
+
# [6.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.2...v6.14.0) (2023-12-11)
|
|
1310
|
+
|
|
1311
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1312
|
+
|
|
1313
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
## [6.13.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) (2023-12-04)
|
|
1320
|
+
|
|
1321
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1322
|
+
|
|
1323
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
## [6.13.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) (2023-11-28)
|
|
1330
|
+
|
|
1331
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1332
|
+
|
|
1333
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
# [6.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0) (2023-11-27)
|
|
1340
|
+
|
|
1341
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1342
|
+
|
|
1343
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
# [6.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0) (2023-11-20)
|
|
1350
|
+
|
|
1351
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
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.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0) (2023-11-13)
|
|
1360
|
+
|
|
1361
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
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.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0) (2023-11-06)
|
|
1370
|
+
|
|
1371
|
+
**Note:** Version bump only for package @typescript-eslint/type-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.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) (2023-10-30)
|
|
1380
|
+
|
|
1381
|
+
**Note:** Version bump only for package @typescript-eslint/type-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.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) (2023-10-23)
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
### Bug Fixes
|
|
1393
|
+
|
|
1394
|
+
* **type-utils:** treat custom type roots as external ([#6870](https://github.com/typescript-eslint/typescript-eslint/issues/6870)) ([b85f744](https://github.com/typescript-eslint/typescript-eslint/commit/b85f7446c3552108d78d31591f80f96cd7233228))
|
|
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.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0) (2023-10-16)
|
|
1403
|
+
|
|
1404
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
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.5](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5) (2023-10-09)
|
|
1413
|
+
|
|
1414
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
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.4](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) (2023-10-02)
|
|
1423
|
+
|
|
1424
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
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.3](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) (2023-09-25)
|
|
1433
|
+
|
|
1434
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
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.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2) (2023-09-18)
|
|
1443
|
+
|
|
1444
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
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.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1) (2023-09-18)
|
|
1453
|
+
|
|
1454
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
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.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0) (2023-09-11)
|
|
1463
|
+
|
|
1464
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1465
|
+
|
|
1466
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
# [6.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0) (2023-09-04)
|
|
1473
|
+
|
|
1474
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1475
|
+
|
|
1476
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
# [6.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0) (2023-08-28)
|
|
1483
|
+
|
|
1484
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1485
|
+
|
|
1486
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
## [6.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) (2023-08-21)
|
|
1493
|
+
|
|
1494
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1495
|
+
|
|
1496
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1497
|
+
|
|
1498
|
+
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
# [6.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.3.0...v6.4.0) (2023-08-14)
|
|
1503
|
+
|
|
1504
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1505
|
+
|
|
1506
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
# [6.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.1...v6.3.0) (2023-08-07)
|
|
1513
|
+
|
|
1514
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1515
|
+
|
|
1516
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
## [6.2.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1) (2023-07-31)
|
|
1523
|
+
|
|
1524
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1525
|
+
|
|
1526
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
# [6.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0) (2023-07-24)
|
|
1533
|
+
|
|
1534
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1535
|
+
|
|
1536
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
# [6.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0) (2023-07-17)
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
### Features
|
|
1546
|
+
|
|
1547
|
+
* **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))
|
|
1548
|
+
|
|
1549
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1550
|
+
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
# [6.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.62.0...v6.0.0) (2023-07-10)
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
### Bug Fixes
|
|
1559
|
+
|
|
1560
|
+
* bumped ts-api-utils to 0.0.39 ([#6497](https://github.com/typescript-eslint/typescript-eslint/issues/6497)) ([217c710](https://github.com/typescript-eslint/typescript-eslint/commit/217c710d99445994b9c8db7b9bee9b9cc63bc4cb))
|
|
1561
|
+
* rename typeParameters to typeArguments where needed ([#5384](https://github.com/typescript-eslint/typescript-eslint/issues/5384)) ([08d757b](https://github.com/typescript-eslint/typescript-eslint/commit/08d757b26b00d0accea010e61ec42b4f753f993e))
|
|
1562
|
+
* replace tsutils with ts-api-tools ([#6428](https://github.com/typescript-eslint/typescript-eslint/issues/6428)) ([79327b4](https://github.com/typescript-eslint/typescript-eslint/commit/79327b4999999cde3003901b40527af002c4906a))
|
|
1563
|
+
* **type-utils:** checking of type aliases' type names by `typeMatchesSpecifier` ([#6820](https://github.com/typescript-eslint/typescript-eslint/issues/6820)) ([7ca2c90](https://github.com/typescript-eslint/typescript-eslint/commit/7ca2c900eb07ade771bed43a8eb4a5a97fdfa3b3))
|
|
1564
|
+
* **type-utils:** file variant of TypeOrValueSpecifier uses canonical filenames instead of lowercasing ([#6781](https://github.com/typescript-eslint/typescript-eslint/issues/6781)) ([5095d05](https://github.com/typescript-eslint/typescript-eslint/commit/5095d05ac97320e7e50decef58279b01f2bfbd18))
|
|
1565
|
+
* **type-utils:** fixed TypeOrValueSpecifier not accounting for scoped DT packages ([#6780](https://github.com/typescript-eslint/typescript-eslint/issues/6780)) ([3350940](https://github.com/typescript-eslint/typescript-eslint/commit/335094064c441573638fda589d10f3b925058d5e))
|
|
1566
|
+
* **type-utils:** treat intrinsic types as if they are from lib and never match error types ([#6869](https://github.com/typescript-eslint/typescript-eslint/issues/6869)) ([ecb57de](https://github.com/typescript-eslint/typescript-eslint/commit/ecb57de5eb50511bed163f6e1b27e31b8577344e))
|
|
1567
|
+
* 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))
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
### chore
|
|
1571
|
+
|
|
1572
|
+
* 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))
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
### Features
|
|
1576
|
+
|
|
1577
|
+
* 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))
|
|
1578
|
+
* 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))
|
|
1579
|
+
* bump ts-api-utils to v0.0.21 ([#6459](https://github.com/typescript-eslint/typescript-eslint/issues/6459)) ([3915661](https://github.com/typescript-eslint/typescript-eslint/commit/391566172dbc6013be79952fc68a588bf653fa8d))
|
|
1580
|
+
* bump ts-api-utils to v0.0.22 ([#6472](https://github.com/typescript-eslint/typescript-eslint/issues/6472)) ([b88cd23](https://github.com/typescript-eslint/typescript-eslint/commit/b88cd2332921efcca7ec5f4176f19779346d963b))
|
|
1581
|
+
* 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))
|
|
1582
|
+
* 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))
|
|
1583
|
+
* 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))
|
|
1584
|
+
* **eslint-plugin:** [prefer-readonly-parameter-types] added an optional type allowlist ([#4436](https://github.com/typescript-eslint/typescript-eslint/issues/4436)) ([c9427b7](https://github.com/typescript-eslint/typescript-eslint/commit/c9427b78b69f1a6a2453ef2df2be5bf96b7b00bc))
|
|
1585
|
+
* **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))
|
|
1586
|
+
* improve rule schemas, add test to validate schemas, add tooling to generate schema types ([#6899](https://github.com/typescript-eslint/typescript-eslint/issues/6899)) ([acc1a43](https://github.com/typescript-eslint/typescript-eslint/commit/acc1a43e02a403ff74a54c28c2c495f00d0be038))
|
|
1587
|
+
* 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))
|
|
1588
|
+
* **typescript-estree:** add type checker wrapper APIs to ParserServicesWithTypeInformation ([#6404](https://github.com/typescript-eslint/typescript-eslint/issues/6404)) ([62d5755](https://github.com/typescript-eslint/typescript-eslint/commit/62d57559564fb08512eafe03a2c1b167c4377601))
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
### BREAKING CHANGES
|
|
1592
|
+
|
|
1593
|
+
* drop support for ESLint v6
|
|
1594
|
+
* drops support for node v17
|
|
1595
|
+
* drops support for node v12
|
|
1596
|
+
|
|
1597
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
# [5.62.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.61.0...v5.62.0) (2023-07-10)
|
|
1604
|
+
|
|
1605
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1606
|
+
|
|
1607
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
|
|
1612
|
+
|
|
1613
|
+
# [5.61.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.1...v5.61.0) (2023-07-03)
|
|
1614
|
+
|
|
1615
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1616
|
+
|
|
1617
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
## [5.60.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) (2023-06-26)
|
|
1624
|
+
|
|
1625
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1626
|
+
|
|
1627
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
# [5.60.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) (2023-06-19)
|
|
1634
|
+
|
|
1635
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
## [5.59.11](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)
|
|
1642
|
+
|
|
1643
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
## [5.59.10](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10) (2023-06-12)
|
|
1650
|
+
|
|
1651
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
## [5.59.9](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) (2023-06-05)
|
|
1658
|
+
|
|
1659
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
|
|
1665
|
+
## [5.59.8](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) (2023-05-29)
|
|
1666
|
+
|
|
1667
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
|
|
1673
|
+
## [5.59.7](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) (2023-05-22)
|
|
1674
|
+
|
|
1675
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
## [5.59.6](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) (2023-05-15)
|
|
1682
|
+
|
|
1683
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
## [5.59.5](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5) (2023-05-08)
|
|
1690
|
+
|
|
1691
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
## [5.59.4](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4) (2023-05-08)
|
|
1698
|
+
|
|
1699
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
|
|
1703
|
+
|
|
1704
|
+
|
|
1705
|
+
## [5.59.3](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3) (2023-05-08)
|
|
1706
|
+
|
|
1707
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1708
|
+
|
|
1709
|
+
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
## [5.59.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) (2023-05-01)
|
|
1714
|
+
|
|
1715
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
## [5.59.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1) (2023-04-24)
|
|
1722
|
+
|
|
1723
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1724
|
+
|
|
1725
|
+
|
|
1726
|
+
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
# [5.59.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.58.0...v5.59.0) (2023-04-17)
|
|
1730
|
+
|
|
1731
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
# [5.58.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.1...v5.58.0) (2023-04-10)
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
### Features
|
|
1741
|
+
|
|
1742
|
+
* **eslint-plugin:** [no-unsafe-enum-comparison] add rule ([#6107](https://github.com/typescript-eslint/typescript-eslint/issues/6107)) ([915f9c2](https://github.com/typescript-eslint/typescript-eslint/commit/915f9c2dc8934eef491a672786ec9f016f3658ba))
|
|
1743
|
+
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
## [5.57.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1) (2023-04-03)
|
|
1749
|
+
|
|
1750
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
# [5.57.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.56.0...v5.57.0) (2023-03-27)
|
|
1757
|
+
|
|
1758
|
+
|
|
1759
|
+
### Bug Fixes
|
|
1760
|
+
|
|
1761
|
+
* **eslint-plugin:** correct crashes with getTypeArguments for ts < 3.7 ([#6767](https://github.com/typescript-eslint/typescript-eslint/issues/6767)) ([59eab58](https://github.com/typescript-eslint/typescript-eslint/commit/59eab587890a915387444d00c4a9387aed602718))
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
|
|
1767
|
+
# [5.56.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.55.0...v5.56.0) (2023-03-20)
|
|
1768
|
+
|
|
1769
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
|
|
1775
|
+
# [5.55.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.1...v5.55.0) (2023-03-13)
|
|
1776
|
+
|
|
1777
|
+
|
|
1778
|
+
### Features
|
|
1779
|
+
|
|
1780
|
+
* update TypeScript to 5.0 RC ([#6570](https://github.com/typescript-eslint/typescript-eslint/issues/6570)) ([36ef0e1](https://github.com/typescript-eslint/typescript-eslint/commit/36ef0e16f31810c27dda299e739d1610b689d3ad))
|
|
1781
|
+
|
|
1782
|
+
|
|
1783
|
+
|
|
1784
|
+
|
|
1785
|
+
|
|
1786
|
+
## [5.54.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.0...v5.54.1) (2023-03-06)
|
|
1787
|
+
|
|
1788
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1789
|
+
|
|
1790
|
+
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
# [5.54.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0) (2023-02-27)
|
|
1795
|
+
|
|
1796
|
+
|
|
1797
|
+
### Features
|
|
1798
|
+
|
|
1799
|
+
* **eslint-plugin:** [promise-function-async] check for promises in implicit return types ([#6330](https://github.com/typescript-eslint/typescript-eslint/issues/6330)) ([de1e5ce](https://github.com/typescript-eslint/typescript-eslint/commit/de1e5ce11250b259f1f809859eeb7eaa162e897f)), closes [#6329](https://github.com/typescript-eslint/typescript-eslint/issues/6329)
|
|
1800
|
+
|
|
1801
|
+
|
|
1802
|
+
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
# [5.53.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0) (2023-02-20)
|
|
1806
|
+
|
|
1807
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1808
|
+
|
|
1809
|
+
|
|
1810
|
+
|
|
1811
|
+
|
|
1812
|
+
|
|
1813
|
+
# [5.52.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0) (2023-02-13)
|
|
1814
|
+
|
|
1815
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1816
|
+
|
|
1817
|
+
|
|
1818
|
+
|
|
1819
|
+
|
|
1820
|
+
|
|
1821
|
+
# [5.51.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0) (2023-02-06)
|
|
1822
|
+
|
|
1823
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
# [5.50.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0) (2023-01-31)
|
|
1830
|
+
|
|
1831
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
# [5.49.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.2...v5.49.0) (2023-01-23)
|
|
1838
|
+
|
|
1839
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
## [5.48.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.1...v5.48.2) (2023-01-16)
|
|
1846
|
+
|
|
1847
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
|
|
1854
|
+
|
|
1855
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
|
|
1862
|
+
|
|
1863
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1864
|
+
|
|
1865
|
+
## [5.47.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.0...v5.47.1) (2022-12-26)
|
|
1866
|
+
|
|
1867
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1868
|
+
|
|
1869
|
+
# [5.47.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.1...v5.47.0) (2022-12-19)
|
|
1870
|
+
|
|
1871
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1872
|
+
|
|
1873
|
+
## [5.46.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1) (2022-12-12)
|
|
1874
|
+
|
|
1875
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1876
|
+
|
|
1877
|
+
# [5.46.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) (2022-12-08)
|
|
1878
|
+
|
|
1879
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1880
|
+
|
|
1881
|
+
## [5.45.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05)
|
|
1882
|
+
|
|
1883
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1884
|
+
|
|
1885
|
+
# [5.45.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0) (2022-11-28)
|
|
1886
|
+
|
|
1887
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1888
|
+
|
|
1889
|
+
# [5.44.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0) (2022-11-21)
|
|
1890
|
+
|
|
1891
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1892
|
+
|
|
1893
|
+
# [5.43.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.1...v5.43.0) (2022-11-14)
|
|
1894
|
+
|
|
1895
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1896
|
+
|
|
1897
|
+
## [5.42.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1) (2022-11-07)
|
|
1898
|
+
|
|
1899
|
+
### Bug Fixes
|
|
1900
|
+
|
|
1901
|
+
- **eslint-plugin:** isTypeReadonly stack overflow ([#5875](https://github.com/typescript-eslint/typescript-eslint/issues/5875)) ([#5876](https://github.com/typescript-eslint/typescript-eslint/issues/5876)) ([2d9a33c](https://github.com/typescript-eslint/typescript-eslint/commit/2d9a33cfb2db53d76246a59253daaf2abb19ee57))
|
|
1902
|
+
|
|
1903
|
+
# [5.42.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.41.0...v5.42.0) (2022-10-31)
|
|
1904
|
+
|
|
1905
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1906
|
+
|
|
1907
|
+
# [5.41.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.1...v5.41.0) (2022-10-24)
|
|
1908
|
+
|
|
1909
|
+
### Bug Fixes
|
|
1910
|
+
|
|
1911
|
+
- **type-utils:** prevent stack overflow in `isTypeReadonly` ([#5860](https://github.com/typescript-eslint/typescript-eslint/issues/5860)) ([a6d8f7e](https://github.com/typescript-eslint/typescript-eslint/commit/a6d8f7edb84f9f6dd59a76faf53bf686756e2aed)), closes [#4476](https://github.com/typescript-eslint/typescript-eslint/issues/4476)
|
|
1912
|
+
|
|
1913
|
+
## [5.40.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.40.0...v5.40.1) (2022-10-17)
|
|
1914
|
+
|
|
1915
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1916
|
+
|
|
1917
|
+
# [5.40.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.39.0...v5.40.0) (2022-10-10)
|
|
1918
|
+
|
|
1919
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1920
|
+
|
|
1921
|
+
# [5.39.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0) (2022-10-03)
|
|
1922
|
+
|
|
1923
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1924
|
+
|
|
1925
|
+
## [5.38.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) (2022-09-26)
|
|
1926
|
+
|
|
1927
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1928
|
+
|
|
1929
|
+
# [5.38.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0) (2022-09-19)
|
|
1930
|
+
|
|
1931
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1932
|
+
|
|
1933
|
+
# [5.37.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.2...v5.37.0) (2022-09-12)
|
|
1934
|
+
|
|
1935
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1936
|
+
|
|
1937
|
+
## [5.36.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.1...v5.36.2) (2022-09-05)
|
|
1938
|
+
|
|
1939
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1940
|
+
|
|
1941
|
+
## [5.36.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.0...v5.36.1) (2022-08-30)
|
|
1942
|
+
|
|
1943
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1944
|
+
|
|
1945
|
+
# [5.36.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.1...v5.36.0) (2022-08-30)
|
|
1946
|
+
|
|
1947
|
+
### Features
|
|
1948
|
+
|
|
1949
|
+
- support TypeScript 4.8 ([#5551](https://github.com/typescript-eslint/typescript-eslint/issues/5551)) ([81450ed](https://github.com/typescript-eslint/typescript-eslint/commit/81450ed7eaede74b384e9a91a84e9b4d34513866))
|
|
1950
|
+
|
|
1951
|
+
## [5.35.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.0...v5.35.1) (2022-08-24)
|
|
1952
|
+
|
|
1953
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1954
|
+
|
|
1955
|
+
# [5.35.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.34.0...v5.35.0) (2022-08-24)
|
|
1956
|
+
|
|
1957
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1958
|
+
|
|
1959
|
+
# [5.34.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.1...v5.34.0) (2022-08-22)
|
|
1960
|
+
|
|
1961
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1962
|
+
|
|
1963
|
+
## [5.33.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.0...v5.33.1) (2022-08-15)
|
|
1964
|
+
|
|
1965
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1966
|
+
|
|
1967
|
+
# [5.33.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.32.0...v5.33.0) (2022-08-08)
|
|
1968
|
+
|
|
1969
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1970
|
+
|
|
1971
|
+
# [5.32.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.31.0...v5.32.0) (2022-08-01)
|
|
1972
|
+
|
|
1973
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1974
|
+
|
|
1975
|
+
# [5.31.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.7...v5.31.0) (2022-07-25)
|
|
1976
|
+
|
|
1977
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1978
|
+
|
|
1979
|
+
## [5.30.7](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.6...v5.30.7) (2022-07-18)
|
|
1980
|
+
|
|
1981
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1982
|
+
|
|
1983
|
+
## [5.30.6](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.5...v5.30.6) (2022-07-11)
|
|
1984
|
+
|
|
1985
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1986
|
+
|
|
1987
|
+
## [5.30.5](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.4...v5.30.5) (2022-07-04)
|
|
1988
|
+
|
|
1989
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1990
|
+
|
|
1991
|
+
## [5.30.4](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.3...v5.30.4) (2022-07-03)
|
|
1992
|
+
|
|
1993
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1994
|
+
|
|
1995
|
+
## [5.30.3](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.2...v5.30.3) (2022-07-01)
|
|
1996
|
+
|
|
1997
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
1998
|
+
|
|
1999
|
+
## [5.30.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.30.1...v5.30.2) (2022-07-01)
|
|
2000
|
+
|
|
2001
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2002
|
+
|
|
2003
|
+
## 5.30.1 (2022-07-01)
|
|
2004
|
+
|
|
2005
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2006
|
+
|
|
2007
|
+
# [5.30.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.29.0...v5.30.0) (2022-06-27)
|
|
2008
|
+
|
|
2009
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2010
|
+
|
|
2011
|
+
# [5.29.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.28.0...v5.29.0) (2022-06-20)
|
|
2012
|
+
|
|
2013
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2014
|
+
|
|
2015
|
+
# [5.28.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) (2022-06-13)
|
|
2016
|
+
|
|
2017
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2018
|
+
|
|
2019
|
+
## [5.27.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.27.0...v5.27.1) (2022-06-06)
|
|
2020
|
+
|
|
2021
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2022
|
+
|
|
2023
|
+
# [5.27.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.26.0...v5.27.0) (2022-05-30)
|
|
2024
|
+
|
|
2025
|
+
### Features
|
|
2026
|
+
|
|
2027
|
+
- [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))
|
|
2028
|
+
|
|
2029
|
+
# [5.26.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.25.0...v5.26.0) (2022-05-23)
|
|
2030
|
+
|
|
2031
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2032
|
+
|
|
2033
|
+
# [5.25.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.24.0...v5.25.0) (2022-05-17)
|
|
2034
|
+
|
|
2035
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2036
|
+
|
|
2037
|
+
# [5.24.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.23.0...v5.24.0) (2022-05-16)
|
|
2038
|
+
|
|
2039
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2040
|
+
|
|
2041
|
+
# [5.23.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.22.0...v5.23.0) (2022-05-09)
|
|
2042
|
+
|
|
2043
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2044
|
+
|
|
2045
|
+
# [5.22.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.21.0...v5.22.0) (2022-05-02)
|
|
2046
|
+
|
|
2047
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2048
|
+
|
|
2049
|
+
# [5.21.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.20.0...v5.21.0) (2022-04-25)
|
|
2050
|
+
|
|
2051
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2052
|
+
|
|
2053
|
+
# [5.20.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.19.0...v5.20.0) (2022-04-18)
|
|
2054
|
+
|
|
2055
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2056
|
+
|
|
2057
|
+
# [5.19.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.18.0...v5.19.0) (2022-04-11)
|
|
2058
|
+
|
|
2059
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2060
|
+
|
|
2061
|
+
# [5.18.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.17.0...v5.18.0) (2022-04-04)
|
|
2062
|
+
|
|
2063
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2064
|
+
|
|
2065
|
+
# [5.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.16.0...v5.17.0) (2022-03-28)
|
|
2066
|
+
|
|
2067
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2068
|
+
|
|
2069
|
+
# [5.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.15.0...v5.16.0) (2022-03-21)
|
|
2070
|
+
|
|
2071
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2072
|
+
|
|
2073
|
+
# [5.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.14.0...v5.15.0) (2022-03-14)
|
|
2074
|
+
|
|
2075
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2076
|
+
|
|
2077
|
+
# [5.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.13.0...v5.14.0) (2022-03-07)
|
|
2078
|
+
|
|
2079
|
+
### Bug Fixes
|
|
2080
|
+
|
|
2081
|
+
- **eslint-plugin:** [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error ([#4343](https://github.com/typescript-eslint/typescript-eslint/issues/4343)) ([a65713a](https://github.com/typescript-eslint/typescript-eslint/commit/a65713ae138e56555d01a9e8e5179221a2f39e75))
|
|
2082
|
+
|
|
2083
|
+
# [5.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.12.1...v5.13.0) (2022-02-28)
|
|
2084
|
+
|
|
2085
|
+
### Features
|
|
2086
|
+
|
|
2087
|
+
- **eslint-plugin:** add `no-redundant-type-constituents` rule ([#4378](https://github.com/typescript-eslint/typescript-eslint/issues/4378)) ([63d051e](https://github.com/typescript-eslint/typescript-eslint/commit/63d051eed29dcf71015a23992feac0a8f92717a0))
|
|
2088
|
+
|
|
2089
|
+
## [5.12.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.12.0...v5.12.1) (2022-02-21)
|
|
2090
|
+
|
|
2091
|
+
### Bug Fixes
|
|
2092
|
+
|
|
2093
|
+
- **eslint-plugin:** [no-unnecessary-type-arguments] fix comparison of types ([#4555](https://github.com/typescript-eslint/typescript-eslint/issues/4555)) ([fc3936e](https://github.com/typescript-eslint/typescript-eslint/commit/fc3936e99712374a707ce9e0101bc641807b9ea6))
|
|
2094
|
+
|
|
2095
|
+
# [5.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.11.0...v5.12.0) (2022-02-14)
|
|
2096
|
+
|
|
2097
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2098
|
+
|
|
2099
|
+
# [5.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.2...v5.11.0) (2022-02-07)
|
|
2100
|
+
|
|
2101
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2102
|
+
|
|
2103
|
+
## [5.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.1...v5.10.2) (2022-01-31)
|
|
2104
|
+
|
|
2105
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2106
|
+
|
|
2107
|
+
## [5.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.10.0...v5.10.1) (2022-01-24)
|
|
2108
|
+
|
|
2109
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2110
|
+
|
|
2111
|
+
# [5.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.9.1...v5.10.0) (2022-01-17)
|
|
2112
|
+
|
|
2113
|
+
### Bug Fixes
|
|
2114
|
+
|
|
2115
|
+
- **type-utils:** check IndexSignature internals when checking isTypeReadonly ([#4417](https://github.com/typescript-eslint/typescript-eslint/issues/4417)) ([ef3147c](https://github.com/typescript-eslint/typescript-eslint/commit/ef3147cf73767ddece91ce57f6028a83ce074b60)), closes [#4410](https://github.com/typescript-eslint/typescript-eslint/issues/4410) [#3714](https://github.com/typescript-eslint/typescript-eslint/issues/3714)
|
|
2116
|
+
- **type-utils:** intersection types involving readonly arrays are now handled in most cases ([#4429](https://github.com/typescript-eslint/typescript-eslint/issues/4429)) ([5046882](https://github.com/typescript-eslint/typescript-eslint/commit/5046882025e3bc8cb122ecef703aebd0b5e79017))
|
|
2117
|
+
- **type-utils:** isTypeReadonly now handles conditional types ([#4421](https://github.com/typescript-eslint/typescript-eslint/issues/4421)) ([39a6806](https://github.com/typescript-eslint/typescript-eslint/commit/39a6806c61a48bbca93f9ffb965dd8b3fe0575b3))
|
|
2118
|
+
- **type-utils:** union types always being marked as readonly ([#4419](https://github.com/typescript-eslint/typescript-eslint/issues/4419)) ([99ab193](https://github.com/typescript-eslint/typescript-eslint/commit/99ab193bb02f181bed4ed917b1d121ed189d3fe4))
|
|
2119
|
+
|
|
2120
|
+
### Features
|
|
2121
|
+
|
|
2122
|
+
- 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))
|
|
2123
|
+
- **type-utils:** make isTypeReadonly's options param optional ([#4415](https://github.com/typescript-eslint/typescript-eslint/issues/4415)) ([3a07a56](https://github.com/typescript-eslint/typescript-eslint/commit/3a07a563c987ff25f6cd8925eeeb2ede47cc19e8))
|
|
2124
|
+
|
|
2125
|
+
## [5.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.9.0...v5.9.1) (2022-01-10)
|
|
2126
|
+
|
|
2127
|
+
**Note:** Version bump only for package @typescript-eslint/type-utils
|
|
2128
|
+
|
|
2129
|
+
# [5.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.8.1...v5.9.0) (2022-01-03)
|
|
2130
|
+
|
|
2131
|
+
### Features
|
|
2132
|
+
|
|
2133
|
+
- **experimental-utils:** move isTypeReadonly from eslint-plugin to experimental-utils ([#3658](https://github.com/typescript-eslint/typescript-eslint/issues/3658)) ([a9eb0b9](https://github.com/typescript-eslint/typescript-eslint/commit/a9eb0b9eb2db291ea36065ec34f84bf5c5504b43))
|