@typescript-eslint/rule-schema-to-typescript-types 0.0.0 → 8.45.1-alpha.8
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 +1003 -0
- package/LICENSE +21 -0
- package/README.md +9 -0
- package/dist/errors.d.ts +6 -0
- package/dist/errors.js +10 -0
- package/dist/generateArrayType.d.ts +3 -0
- package/dist/generateArrayType.js +107 -0
- package/dist/generateObjectType.d.ts +3 -0
- package/dist/generateObjectType.js +43 -0
- package/dist/generateType.d.ts +3 -0
- package/dist/generateType.js +99 -0
- package/dist/generateUnionType.d.ts +3 -0
- package/dist/generateUnionType.js +37 -0
- package/dist/getCommentLines.d.ts +2 -0
- package/dist/getCommentLines.js +7 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +59 -0
- package/dist/optimizeAST.d.ts +2 -0
- package/dist/optimizeAST.js +60 -0
- package/dist/printAST.d.ts +3 -0
- package/dist/printAST.js +130 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/dist/types.d.ts +41 -0
- package/dist/types.js +1 -0
- package/package.json +58 -1
- package/src/errors.ts +17 -0
- package/src/generateArrayType.ts +150 -0
- package/src/generateObjectType.ts +58 -0
- package/src/generateType.ts +126 -0
- package/src/generateUnionType.ts +54 -0
- package/src/getCommentLines.ts +9 -0
- package/src/index.ts +80 -0
- package/src/optimizeAST.ts +72 -0
- package/src/printAST.ts +168 -0
- package/src/types.ts +55 -0
- package/tests/index.test.ts +148 -0
- package/tsconfig.build.json +12 -0
- package/tsconfig.json +19 -0
- package/tsconfig.spec.json +14 -0
- package/vitest.config.mts +22 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1003 @@
|
|
|
1
|
+
## 8.45.0 (2025-09-29)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
6
|
+
|
|
7
|
+
## 8.44.1 (2025-09-22)
|
|
8
|
+
|
|
9
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
10
|
+
|
|
11
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
12
|
+
|
|
13
|
+
## 8.44.0 (2025-09-15)
|
|
14
|
+
|
|
15
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
16
|
+
|
|
17
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
18
|
+
|
|
19
|
+
## 8.43.0 (2025-09-08)
|
|
20
|
+
|
|
21
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
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.42.0 (2025-09-02)
|
|
26
|
+
|
|
27
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
28
|
+
|
|
29
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
30
|
+
|
|
31
|
+
## 8.41.0 (2025-08-25)
|
|
32
|
+
|
|
33
|
+
### 🩹 Fixes
|
|
34
|
+
|
|
35
|
+
- **deps:** update dependency prettier to v3.6.2 ([#11496](https://github.com/typescript-eslint/typescript-eslint/pull/11496))
|
|
36
|
+
|
|
37
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
38
|
+
|
|
39
|
+
## 8.40.0 (2025-08-18)
|
|
40
|
+
|
|
41
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
42
|
+
|
|
43
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
44
|
+
|
|
45
|
+
## 8.39.1 (2025-08-11)
|
|
46
|
+
|
|
47
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
48
|
+
|
|
49
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
50
|
+
|
|
51
|
+
## 8.39.0 (2025-08-04)
|
|
52
|
+
|
|
53
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
54
|
+
|
|
55
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
56
|
+
|
|
57
|
+
## 8.38.0 (2025-07-21)
|
|
58
|
+
|
|
59
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
60
|
+
|
|
61
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
62
|
+
|
|
63
|
+
## 8.37.0 (2025-07-14)
|
|
64
|
+
|
|
65
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
66
|
+
|
|
67
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
68
|
+
|
|
69
|
+
## 8.36.0 (2025-07-07)
|
|
70
|
+
|
|
71
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
72
|
+
|
|
73
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
74
|
+
|
|
75
|
+
## 8.35.1 (2025-06-30)
|
|
76
|
+
|
|
77
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
78
|
+
|
|
79
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
80
|
+
|
|
81
|
+
## 8.35.0 (2025-06-23)
|
|
82
|
+
|
|
83
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
84
|
+
|
|
85
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
86
|
+
|
|
87
|
+
## 8.34.1 (2025-06-16)
|
|
88
|
+
|
|
89
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
90
|
+
|
|
91
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
92
|
+
|
|
93
|
+
## 8.34.0 (2025-06-09)
|
|
94
|
+
|
|
95
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
96
|
+
|
|
97
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
98
|
+
|
|
99
|
+
## 8.33.1 (2025-06-02)
|
|
100
|
+
|
|
101
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
102
|
+
|
|
103
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
104
|
+
|
|
105
|
+
## 8.33.0 (2025-05-26)
|
|
106
|
+
|
|
107
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
108
|
+
|
|
109
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
110
|
+
|
|
111
|
+
## 8.32.1 (2025-05-12)
|
|
112
|
+
|
|
113
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
114
|
+
|
|
115
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
116
|
+
|
|
117
|
+
## 8.32.0 (2025-05-05)
|
|
118
|
+
|
|
119
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
120
|
+
|
|
121
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
122
|
+
|
|
123
|
+
## 8.31.1 (2025-04-28)
|
|
124
|
+
|
|
125
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
126
|
+
|
|
127
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
128
|
+
|
|
129
|
+
## 8.31.0 (2025-04-21)
|
|
130
|
+
|
|
131
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
132
|
+
|
|
133
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
134
|
+
|
|
135
|
+
## 8.30.1 (2025-04-14)
|
|
136
|
+
|
|
137
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
138
|
+
|
|
139
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
140
|
+
|
|
141
|
+
## 8.30.0 (2025-04-14)
|
|
142
|
+
|
|
143
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
144
|
+
|
|
145
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
146
|
+
|
|
147
|
+
## 8.29.1 (2025-04-07)
|
|
148
|
+
|
|
149
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
150
|
+
|
|
151
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
152
|
+
|
|
153
|
+
## 8.29.0 (2025-03-31)
|
|
154
|
+
|
|
155
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
156
|
+
|
|
157
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
158
|
+
|
|
159
|
+
## 8.28.0 (2025-03-24)
|
|
160
|
+
|
|
161
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
162
|
+
|
|
163
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
164
|
+
|
|
165
|
+
## 8.27.0 (2025-03-17)
|
|
166
|
+
|
|
167
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
168
|
+
|
|
169
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
170
|
+
|
|
171
|
+
## 8.26.1 (2025-03-10)
|
|
172
|
+
|
|
173
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
174
|
+
|
|
175
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
176
|
+
|
|
177
|
+
## 8.26.0 (2025-03-03)
|
|
178
|
+
|
|
179
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
180
|
+
|
|
181
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
182
|
+
|
|
183
|
+
## 8.25.0 (2025-02-24)
|
|
184
|
+
|
|
185
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
186
|
+
|
|
187
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
188
|
+
|
|
189
|
+
## 8.24.1 (2025-02-17)
|
|
190
|
+
|
|
191
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
192
|
+
|
|
193
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
194
|
+
|
|
195
|
+
## 8.24.0 (2025-02-10)
|
|
196
|
+
|
|
197
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
198
|
+
|
|
199
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
200
|
+
|
|
201
|
+
## 8.23.0 (2025-02-03)
|
|
202
|
+
|
|
203
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
204
|
+
|
|
205
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
206
|
+
|
|
207
|
+
## 8.22.0 (2025-01-27)
|
|
208
|
+
|
|
209
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
210
|
+
|
|
211
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
212
|
+
|
|
213
|
+
## 8.21.0 (2025-01-20)
|
|
214
|
+
|
|
215
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
216
|
+
|
|
217
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
218
|
+
|
|
219
|
+
## 8.20.0 (2025-01-13)
|
|
220
|
+
|
|
221
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
222
|
+
|
|
223
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
224
|
+
|
|
225
|
+
## 8.19.1 (2025-01-06)
|
|
226
|
+
|
|
227
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
228
|
+
|
|
229
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
230
|
+
|
|
231
|
+
## 8.19.0 (2024-12-30)
|
|
232
|
+
|
|
233
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
234
|
+
|
|
235
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
236
|
+
|
|
237
|
+
## 8.18.2 (2024-12-23)
|
|
238
|
+
|
|
239
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
240
|
+
|
|
241
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
242
|
+
|
|
243
|
+
## 8.18.1 (2024-12-16)
|
|
244
|
+
|
|
245
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
246
|
+
|
|
247
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
248
|
+
|
|
249
|
+
## 8.18.0 (2024-12-09)
|
|
250
|
+
|
|
251
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
252
|
+
|
|
253
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
254
|
+
|
|
255
|
+
## 8.17.0 (2024-12-02)
|
|
256
|
+
|
|
257
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
258
|
+
|
|
259
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
260
|
+
|
|
261
|
+
## 8.16.0 (2024-11-25)
|
|
262
|
+
|
|
263
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
264
|
+
|
|
265
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
266
|
+
|
|
267
|
+
## 8.15.0 (2024-11-18)
|
|
268
|
+
|
|
269
|
+
### 🚀 Features
|
|
270
|
+
|
|
271
|
+
- **typescript-eslint:** allow infinitely deep array nesting in config function and extends ([#10333](https://github.com/typescript-eslint/typescript-eslint/pull/10333))
|
|
272
|
+
|
|
273
|
+
### ❤️ Thank You
|
|
274
|
+
|
|
275
|
+
- Brad Zacher @bradzacher
|
|
276
|
+
|
|
277
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
278
|
+
|
|
279
|
+
## 8.14.0 (2024-11-11)
|
|
280
|
+
|
|
281
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
282
|
+
|
|
283
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
284
|
+
|
|
285
|
+
## 8.13.0 (2024-11-04)
|
|
286
|
+
|
|
287
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
288
|
+
|
|
289
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
290
|
+
|
|
291
|
+
## 8.12.2 (2024-10-29)
|
|
292
|
+
|
|
293
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
294
|
+
|
|
295
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
296
|
+
|
|
297
|
+
## 8.12.1 (2024-10-28)
|
|
298
|
+
|
|
299
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
300
|
+
|
|
301
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
302
|
+
|
|
303
|
+
## 8.12.0 (2024-10-28)
|
|
304
|
+
|
|
305
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
306
|
+
|
|
307
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
308
|
+
|
|
309
|
+
## 8.11.0 (2024-10-21)
|
|
310
|
+
|
|
311
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
312
|
+
|
|
313
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
314
|
+
|
|
315
|
+
## 8.10.0 (2024-10-17)
|
|
316
|
+
|
|
317
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
318
|
+
|
|
319
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
320
|
+
|
|
321
|
+
## 8.9.0 (2024-10-14)
|
|
322
|
+
|
|
323
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
324
|
+
|
|
325
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
326
|
+
|
|
327
|
+
## 8.8.1 (2024-10-07)
|
|
328
|
+
|
|
329
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
330
|
+
|
|
331
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
332
|
+
|
|
333
|
+
## 8.8.0 (2024-09-30)
|
|
334
|
+
|
|
335
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
336
|
+
|
|
337
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
338
|
+
|
|
339
|
+
## 8.7.0 (2024-09-23)
|
|
340
|
+
|
|
341
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
342
|
+
|
|
343
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
344
|
+
|
|
345
|
+
## 8.6.0 (2024-09-16)
|
|
346
|
+
|
|
347
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
348
|
+
|
|
349
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
350
|
+
|
|
351
|
+
## 8.5.0 (2024-09-09)
|
|
352
|
+
|
|
353
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
354
|
+
|
|
355
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
356
|
+
|
|
357
|
+
## 8.4.0 (2024-09-02)
|
|
358
|
+
|
|
359
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
360
|
+
|
|
361
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
362
|
+
|
|
363
|
+
## 8.3.0 (2024-08-26)
|
|
364
|
+
|
|
365
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
366
|
+
|
|
367
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
368
|
+
|
|
369
|
+
## 8.2.0 (2024-08-19)
|
|
370
|
+
|
|
371
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
372
|
+
|
|
373
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
374
|
+
|
|
375
|
+
## 8.1.0 (2024-08-12)
|
|
376
|
+
|
|
377
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
378
|
+
|
|
379
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
380
|
+
|
|
381
|
+
## 8.0.1 (2024-08-05)
|
|
382
|
+
|
|
383
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
384
|
+
|
|
385
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
386
|
+
|
|
387
|
+
# 8.0.0 (2024-07-31)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### 🚀 Features
|
|
391
|
+
|
|
392
|
+
- **typescript-estree:** stabilize EXPERIMENTAL_useProjectService as projectService
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### ❤️ Thank You
|
|
396
|
+
|
|
397
|
+
- Abraham Guo
|
|
398
|
+
- Alfred Ringstad
|
|
399
|
+
- auvred
|
|
400
|
+
- Brad Zacher
|
|
401
|
+
- Christopher Aubut
|
|
402
|
+
- Collin Bachman
|
|
403
|
+
- James Henry
|
|
404
|
+
- Josh Goldberg
|
|
405
|
+
- Josh Goldberg ✨
|
|
406
|
+
- Kirk Waiblinger
|
|
407
|
+
- StyleShit
|
|
408
|
+
- Victor Lin
|
|
409
|
+
- Yukihiro Hasegawa
|
|
410
|
+
|
|
411
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
412
|
+
|
|
413
|
+
## 7.18.0 (2024-07-29)
|
|
414
|
+
|
|
415
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
416
|
+
|
|
417
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
418
|
+
|
|
419
|
+
## 7.17.0 (2024-07-22)
|
|
420
|
+
|
|
421
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
422
|
+
|
|
423
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
424
|
+
|
|
425
|
+
## 7.16.1 (2024-07-15)
|
|
426
|
+
|
|
427
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
428
|
+
|
|
429
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
430
|
+
|
|
431
|
+
## 7.16.0 (2024-07-08)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
### 🩹 Fixes
|
|
435
|
+
|
|
436
|
+
- **deps:** update dependency @eslint-community/regexpp to v4.11.0
|
|
437
|
+
|
|
438
|
+
- **website:** react key error on internal pages of website
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
### ❤️ Thank You
|
|
442
|
+
|
|
443
|
+
- Abraham Guo
|
|
444
|
+
- auvred
|
|
445
|
+
- Josh Goldberg ✨
|
|
446
|
+
- Juan Sanchez
|
|
447
|
+
- Vinccool96
|
|
448
|
+
- YeonJuan
|
|
449
|
+
- Yukihiro Hasegawa
|
|
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
|
+
## 7.15.0 (2024-07-01)
|
|
454
|
+
|
|
455
|
+
This was a version bump only for rule-schema-to-typescript-types 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
|
+
## 7.14.1 (2024-06-24)
|
|
460
|
+
|
|
461
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
462
|
+
|
|
463
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
464
|
+
|
|
465
|
+
## 7.14.0 (2024-06-24)
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
### 🚀 Features
|
|
469
|
+
|
|
470
|
+
- support TypeScript 5.5
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### ❤️ Thank You
|
|
474
|
+
|
|
475
|
+
- Brad Zacher
|
|
476
|
+
- cm-ayf
|
|
477
|
+
- Jake Bailey
|
|
478
|
+
- James Zhan
|
|
479
|
+
- Joshua Chen
|
|
480
|
+
- yoshi2no
|
|
481
|
+
|
|
482
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
483
|
+
|
|
484
|
+
## 7.13.1 (2024-06-17)
|
|
485
|
+
|
|
486
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
487
|
+
|
|
488
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
489
|
+
|
|
490
|
+
## 7.13.0 (2024-06-10)
|
|
491
|
+
|
|
492
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
493
|
+
|
|
494
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
495
|
+
|
|
496
|
+
## 7.12.0 (2024-06-03)
|
|
497
|
+
|
|
498
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
499
|
+
|
|
500
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
501
|
+
|
|
502
|
+
## 7.11.0 (2024-05-27)
|
|
503
|
+
|
|
504
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
505
|
+
|
|
506
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
507
|
+
|
|
508
|
+
## 7.10.0 (2024-05-20)
|
|
509
|
+
|
|
510
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
511
|
+
|
|
512
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
513
|
+
|
|
514
|
+
## 7.9.0 (2024-05-13)
|
|
515
|
+
|
|
516
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
517
|
+
|
|
518
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
519
|
+
|
|
520
|
+
## 7.8.0 (2024-04-29)
|
|
521
|
+
|
|
522
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
523
|
+
|
|
524
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
525
|
+
|
|
526
|
+
## 7.7.1 (2024-04-22)
|
|
527
|
+
|
|
528
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
529
|
+
|
|
530
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
531
|
+
|
|
532
|
+
## 7.7.0 (2024-04-15)
|
|
533
|
+
|
|
534
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
535
|
+
|
|
536
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
537
|
+
|
|
538
|
+
## 7.6.0 (2024-04-08)
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
### 🚀 Features
|
|
542
|
+
|
|
543
|
+
- bump npm dependency ranges
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
### ❤️ Thank You
|
|
547
|
+
|
|
548
|
+
- Abraham Guo
|
|
549
|
+
- auvred
|
|
550
|
+
- Brad Zacher
|
|
551
|
+
|
|
552
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
553
|
+
|
|
554
|
+
## 7.5.0 (2024-04-01)
|
|
555
|
+
|
|
556
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
557
|
+
|
|
558
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
559
|
+
|
|
560
|
+
## 7.3.1 (2024-03-18)
|
|
561
|
+
|
|
562
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
563
|
+
|
|
564
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
565
|
+
|
|
566
|
+
## 7.3.0 (2024-03-18)
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### 🩹 Fixes
|
|
570
|
+
|
|
571
|
+
- correct `engines.node` constraints in `package.json`
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
### ❤️ Thank You
|
|
575
|
+
|
|
576
|
+
- Abraham Guo
|
|
577
|
+
- Alexu
|
|
578
|
+
- Arka Pratim Chaudhuri
|
|
579
|
+
- auvred
|
|
580
|
+
- Derrick Isaacson
|
|
581
|
+
- fnx
|
|
582
|
+
- Josh Goldberg ✨
|
|
583
|
+
- Kirk Waiblinger
|
|
584
|
+
- Marta Cardoso
|
|
585
|
+
- Michaël De Boey
|
|
586
|
+
- Tristan Rasmussen
|
|
587
|
+
- YeonJuan
|
|
588
|
+
|
|
589
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
590
|
+
|
|
591
|
+
## 7.2.0 (2024-03-11)
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
### 🚀 Features
|
|
595
|
+
|
|
596
|
+
- support TS 5.4
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### ❤️ Thank You
|
|
600
|
+
|
|
601
|
+
- Arka Pratim Chaudhuri
|
|
602
|
+
- auvred
|
|
603
|
+
- Chris Plummer
|
|
604
|
+
- Fotis Papadogeorgopoulos
|
|
605
|
+
- Josh Goldberg ✨
|
|
606
|
+
- Kirk Waiblinger
|
|
607
|
+
- Wayne Zhang
|
|
608
|
+
- YeonJuan
|
|
609
|
+
|
|
610
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
611
|
+
|
|
612
|
+
## 7.1.1 (2024-03-04)
|
|
613
|
+
|
|
614
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
615
|
+
|
|
616
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
617
|
+
|
|
618
|
+
## 7.1.0 (2024-02-26)
|
|
619
|
+
|
|
620
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
621
|
+
|
|
622
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
623
|
+
|
|
624
|
+
## 7.0.2 (2024-02-19)
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
### 🩹 Fixes
|
|
628
|
+
|
|
629
|
+
- fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
### ❤️ Thank You
|
|
633
|
+
|
|
634
|
+
- Brad Zacher
|
|
635
|
+
- Gareth Jones
|
|
636
|
+
|
|
637
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
638
|
+
|
|
639
|
+
## 7.0.1 (2024-02-12)
|
|
640
|
+
|
|
641
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
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
|
+
# 7.0.0 (2024-02-12)
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
### 🚀 Features
|
|
649
|
+
|
|
650
|
+
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
|
|
651
|
+
|
|
652
|
+
- add support for flat configs
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
#### ⚠️ Breaking Changes
|
|
656
|
+
|
|
657
|
+
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
|
|
658
|
+
|
|
659
|
+
### ❤️ Thank You
|
|
660
|
+
|
|
661
|
+
- Brad Zacher
|
|
662
|
+
- Kirk Waiblinger
|
|
663
|
+
- StyleShit
|
|
664
|
+
- YeonJuan
|
|
665
|
+
|
|
666
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
667
|
+
|
|
668
|
+
## 6.21.0 (2024-02-05)
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
### 🚀 Features
|
|
672
|
+
|
|
673
|
+
- allow `parserOptions.project: false`
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
### ❤️ Thank You
|
|
677
|
+
|
|
678
|
+
- auvred
|
|
679
|
+
- Brad Zacher
|
|
680
|
+
- Kirk Waiblinger
|
|
681
|
+
- Pete Gonzalez
|
|
682
|
+
- YeonJuan
|
|
683
|
+
|
|
684
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
685
|
+
|
|
686
|
+
## 6.20.0 (2024-01-29)
|
|
687
|
+
|
|
688
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
689
|
+
|
|
690
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
691
|
+
|
|
692
|
+
## 6.19.1 (2024-01-22)
|
|
693
|
+
|
|
694
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
695
|
+
|
|
696
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
697
|
+
|
|
698
|
+
## 6.19.0 (2024-01-15)
|
|
699
|
+
|
|
700
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
701
|
+
|
|
702
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
703
|
+
|
|
704
|
+
## 6.18.1 (2024-01-08)
|
|
705
|
+
|
|
706
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
707
|
+
|
|
708
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
709
|
+
|
|
710
|
+
## 6.18.0 (2024-01-06)
|
|
711
|
+
|
|
712
|
+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
|
|
713
|
+
|
|
714
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
715
|
+
|
|
716
|
+
# [6.17.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.16.0...v6.17.0) (2024-01-01)
|
|
717
|
+
|
|
718
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
719
|
+
|
|
720
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
# [6.16.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.15.0...v6.16.0) (2023-12-25)
|
|
727
|
+
|
|
728
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
729
|
+
|
|
730
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
# [6.15.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.14.0...v6.15.0) (2023-12-18)
|
|
737
|
+
|
|
738
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
739
|
+
|
|
740
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
# [6.14.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.2...v6.14.0) (2023-12-11)
|
|
747
|
+
|
|
748
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
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
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
## [6.13.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) (2023-12-04)
|
|
757
|
+
|
|
758
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
759
|
+
|
|
760
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
## [6.13.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) (2023-11-28)
|
|
767
|
+
|
|
768
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
769
|
+
|
|
770
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
# [6.13.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0) (2023-11-27)
|
|
777
|
+
|
|
778
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
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
|
+
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
# [6.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0) (2023-11-20)
|
|
787
|
+
|
|
788
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
789
|
+
|
|
790
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
# [6.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0) (2023-11-13)
|
|
797
|
+
|
|
798
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
799
|
+
|
|
800
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
# [6.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0) (2023-11-06)
|
|
807
|
+
|
|
808
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
809
|
+
|
|
810
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
## [6.9.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) (2023-10-30)
|
|
817
|
+
|
|
818
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
819
|
+
|
|
820
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
# [6.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) (2023-10-23)
|
|
827
|
+
|
|
828
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
829
|
+
|
|
830
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
# [6.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0) (2023-10-16)
|
|
837
|
+
|
|
838
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
839
|
+
|
|
840
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
## [6.7.5](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5) (2023-10-09)
|
|
847
|
+
|
|
848
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
849
|
+
|
|
850
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
## [6.7.4](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) (2023-10-02)
|
|
857
|
+
|
|
858
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
859
|
+
|
|
860
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
## [6.7.3](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) (2023-09-25)
|
|
867
|
+
|
|
868
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
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
|
+
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
## [6.7.2](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2) (2023-09-18)
|
|
877
|
+
|
|
878
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
879
|
+
|
|
880
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
## [6.7.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1) (2023-09-18)
|
|
887
|
+
|
|
888
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
889
|
+
|
|
890
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
# [6.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0) (2023-09-11)
|
|
897
|
+
|
|
898
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
899
|
+
|
|
900
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
# [6.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0) (2023-09-04)
|
|
907
|
+
|
|
908
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
909
|
+
|
|
910
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
# [6.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0) (2023-08-28)
|
|
917
|
+
|
|
918
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
919
|
+
|
|
920
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
## [6.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) (2023-08-21)
|
|
927
|
+
|
|
928
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
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
|
+
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
# [6.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.3.0...v6.4.0) (2023-08-14)
|
|
937
|
+
|
|
938
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
939
|
+
|
|
940
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
# [6.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.1...v6.3.0) (2023-08-07)
|
|
947
|
+
|
|
948
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
949
|
+
|
|
950
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
## [6.2.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1) (2023-07-31)
|
|
957
|
+
|
|
958
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
959
|
+
|
|
960
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
# [6.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0) (2023-07-24)
|
|
967
|
+
|
|
968
|
+
**Note:** Version bump only for package @typescript-eslint/rule-schema-to-typescript-types
|
|
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
|
+
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
# [6.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0) (2023-07-17)
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
### Bug Fixes
|
|
980
|
+
|
|
981
|
+
* **eslint-plugin:** fix schemas across several rules and add schema tests ([#6947](https://github.com/typescript-eslint/typescript-eslint/issues/6947)) ([dd31bed](https://github.com/typescript-eslint/typescript-eslint/commit/dd31bed1e921531abe039180c9aeccbd56934601))
|
|
982
|
+
|
|
983
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
# [6.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.62.0...v6.0.0) (2023-07-10)
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
### Bug Fixes
|
|
993
|
+
|
|
994
|
+
* correct handling of additionalProperties in object schemas ([#6939](https://github.com/typescript-eslint/typescript-eslint/issues/6939)) ([489c7a5](https://github.com/typescript-eslint/typescript-eslint/commit/489c7a50ae99ef66df152a68fd447f7e42a23558))
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
### Features
|
|
998
|
+
|
|
999
|
+
* 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))
|
|
1000
|
+
* fork json schema types for better compat with ESLint rule validation ([#6963](https://github.com/typescript-eslint/typescript-eslint/issues/6963)) ([a4967f2](https://github.com/typescript-eslint/typescript-eslint/commit/a4967f2e8cc7b0432d8dfe804772e60042c5384c))
|
|
1001
|
+
* 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))
|
|
1002
|
+
|
|
1003
|
+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
|