Skip to main content

max / makenotwork

Bump frontend typescript to 7 (server, multithreaded) Build-time only, nothing shipped at runtime. Both frontends typecheck clean with no new strictness errors, and the JS tests pass (25 server, 10 multithreaded). Diffed the whole emitted server bundle from tsc 6.0.3 against 7.0.2: the only difference anywhere is the quote style on module specifiers (double to single). No semantic change to the output. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-22 18:29 UTC
Commit: 10088c820280fc829025564dfc33716a5921f454
Parent: ab94ea8
4 files changed, +738 insertions, -16 deletions
@@ -8,21 +8,382 @@
8 8 "name": "mt-frontend",
9 9 "version": "0.0.0",
10 10 "devDependencies": {
11 - "typescript": "^6.0.3"
11 + "typescript": "^7.0.2"
12 + }
13 + },
14 + "node_modules/@typescript/typescript-aix-ppc64": {
15 + "version": "7.0.2",
16 + "resolved": "https://registry.npmjs.org/@typescript/typescript-aix-ppc64/-/typescript-aix-ppc64-7.0.2.tgz",
17 + "integrity": "sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==",
18 + "cpu": [
19 + "ppc64"
20 + ],
21 + "dev": true,
22 + "license": "Apache-2.0",
23 + "optional": true,
24 + "os": [
25 + "aix"
26 + ],
27 + "engines": {
28 + "node": ">=16.20.0"
29 + }
30 + },
31 + "node_modules/@typescript/typescript-darwin-arm64": {
32 + "version": "7.0.2",
33 + "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-arm64/-/typescript-darwin-arm64-7.0.2.tgz",
34 + "integrity": "sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==",
35 + "cpu": [
36 + "arm64"
37 + ],
38 + "dev": true,
39 + "license": "Apache-2.0",
40 + "optional": true,
41 + "os": [
42 + "darwin"
43 + ],
44 + "engines": {
45 + "node": ">=16.20.0"
46 + }
47 + },
48 + "node_modules/@typescript/typescript-darwin-x64": {
49 + "version": "7.0.2",
50 + "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-x64/-/typescript-darwin-x64-7.0.2.tgz",
51 + "integrity": "sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==",
52 + "cpu": [
53 + "x64"
54 + ],
55 + "dev": true,
56 + "license": "Apache-2.0",
57 + "optional": true,
58 + "os": [
59 + "darwin"
60 + ],
61 + "engines": {
62 + "node": ">=16.20.0"
63 + }
64 + },
65 + "node_modules/@typescript/typescript-freebsd-arm64": {
66 + "version": "7.0.2",
67 + "resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-arm64/-/typescript-freebsd-arm64-7.0.2.tgz",
68 + "integrity": "sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==",
69 + "cpu": [
70 + "arm64"
71 + ],
72 + "dev": true,
73 + "license": "Apache-2.0",
74 + "optional": true,
75 + "os": [
76 + "freebsd"
77 + ],
78 + "engines": {
79 + "node": ">=16.20.0"
80 + }
81 + },
82 + "node_modules/@typescript/typescript-freebsd-x64": {
83 + "version": "7.0.2",
84 + "resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-x64/-/typescript-freebsd-x64-7.0.2.tgz",
85 + "integrity": "sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==",
86 + "cpu": [
87 + "x64"
88 + ],
89 + "dev": true,
90 + "license": "Apache-2.0",
91 + "optional": true,
92 + "os": [
93 + "freebsd"
94 + ],
95 + "engines": {
96 + "node": ">=16.20.0"
97 + }
98 + },
99 + "node_modules/@typescript/typescript-linux-arm": {
100 + "version": "7.0.2",
101 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm/-/typescript-linux-arm-7.0.2.tgz",
102 + "integrity": "sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==",
103 + "cpu": [
104 + "arm"
105 + ],
106 + "dev": true,
107 + "license": "Apache-2.0",
108 + "optional": true,
109 + "os": [
110 + "linux"
111 + ],
112 + "engines": {
113 + "node": ">=16.20.0"
114 + }
115 + },
116 + "node_modules/@typescript/typescript-linux-arm64": {
117 + "version": "7.0.2",
118 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm64/-/typescript-linux-arm64-7.0.2.tgz",
119 + "integrity": "sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==",
120 + "cpu": [
121 + "arm64"
122 + ],
123 + "dev": true,
124 + "license": "Apache-2.0",
125 + "optional": true,
126 + "os": [
127 + "linux"
128 + ],
129 + "engines": {
130 + "node": ">=16.20.0"
131 + }
132 + },
133 + "node_modules/@typescript/typescript-linux-loong64": {
134 + "version": "7.0.2",
135 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-loong64/-/typescript-linux-loong64-7.0.2.tgz",
136 + "integrity": "sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==",
137 + "cpu": [
138 + "loong64"
139 + ],
140 + "dev": true,
141 + "license": "Apache-2.0",
142 + "optional": true,
143 + "os": [
144 + "linux"
145 + ],
146 + "engines": {
147 + "node": ">=16.20.0"
148 + }
149 + },
150 + "node_modules/@typescript/typescript-linux-mips64el": {
151 + "version": "7.0.2",
152 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-mips64el/-/typescript-linux-mips64el-7.0.2.tgz",
153 + "integrity": "sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==",
154 + "cpu": [
155 + "mips64el"
156 + ],
157 + "dev": true,
158 + "license": "Apache-2.0",
159 + "optional": true,
160 + "os": [
161 + "linux"
162 + ],
163 + "engines": {
164 + "node": ">=16.20.0"
165 + }
166 + },
167 + "node_modules/@typescript/typescript-linux-ppc64": {
168 + "version": "7.0.2",
169 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-ppc64/-/typescript-linux-ppc64-7.0.2.tgz",
170 + "integrity": "sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==",
171 + "cpu": [
172 + "ppc64"
173 + ],
174 + "dev": true,
175 + "license": "Apache-2.0",
176 + "optional": true,
177 + "os": [
178 + "linux"
179 + ],
180 + "engines": {
181 + "node": ">=16.20.0"
182 + }
183 + },
184 + "node_modules/@typescript/typescript-linux-riscv64": {
185 + "version": "7.0.2",
186 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-riscv64/-/typescript-linux-riscv64-7.0.2.tgz",
187 + "integrity": "sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==",
188 + "cpu": [
189 + "riscv64"
190 + ],
191 + "dev": true,
192 + "license": "Apache-2.0",
193 + "optional": true,
194 + "os": [
195 + "linux"
196 + ],
197 + "engines": {
198 + "node": ">=16.20.0"
199 + }
200 + },
201 + "node_modules/@typescript/typescript-linux-s390x": {
202 + "version": "7.0.2",
203 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-s390x/-/typescript-linux-s390x-7.0.2.tgz",
204 + "integrity": "sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==",
205 + "cpu": [
206 + "s390x"
207 + ],
208 + "dev": true,
209 + "license": "Apache-2.0",
210 + "optional": true,
211 + "os": [
212 + "linux"
213 + ],
214 + "engines": {
215 + "node": ">=16.20.0"
216 + }
217 + },
218 + "node_modules/@typescript/typescript-linux-x64": {
219 + "version": "7.0.2",
220 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-x64/-/typescript-linux-x64-7.0.2.tgz",
221 + "integrity": "sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==",
222 + "cpu": [
223 + "x64"
224 + ],
225 + "dev": true,
226 + "license": "Apache-2.0",
227 + "optional": true,
228 + "os": [
229 + "linux"
230 + ],
231 + "engines": {
232 + "node": ">=16.20.0"
233 + }
234 + },
235 + "node_modules/@typescript/typescript-netbsd-arm64": {
236 + "version": "7.0.2",
237 + "resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-arm64/-/typescript-netbsd-arm64-7.0.2.tgz",
238 + "integrity": "sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==",
239 + "cpu": [
240 + "arm64"
241 + ],
242 + "dev": true,
243 + "license": "Apache-2.0",
244 + "optional": true,
245 + "os": [
246 + "netbsd"
247 + ],
248 + "engines": {
249 + "node": ">=16.20.0"
250 + }
251 + },
252 + "node_modules/@typescript/typescript-netbsd-x64": {
253 + "version": "7.0.2",
254 + "resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-x64/-/typescript-netbsd-x64-7.0.2.tgz",
255 + "integrity": "sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==",
256 + "cpu": [
257 + "x64"
258 + ],
259 + "dev": true,
260 + "license": "Apache-2.0",
261 + "optional": true,
262 + "os": [
263 + "netbsd"
264 + ],
265 + "engines": {
266 + "node": ">=16.20.0"
267 + }
268 + },
269 + "node_modules/@typescript/typescript-openbsd-arm64": {
270 + "version": "7.0.2",
271 + "resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-arm64/-/typescript-openbsd-arm64-7.0.2.tgz",
272 + "integrity": "sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==",
273 + "cpu": [
274 + "arm64"
275 + ],
276 + "dev": true,
277 + "license": "Apache-2.0",
278 + "optional": true,
279 + "os": [
280 + "openbsd"
281 + ],
282 + "engines": {
283 + "node": ">=16.20.0"
284 + }
285 + },
286 + "node_modules/@typescript/typescript-openbsd-x64": {
287 + "version": "7.0.2",
288 + "resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-x64/-/typescript-openbsd-x64-7.0.2.tgz",
289 + "integrity": "sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==",
290 + "cpu": [
291 + "x64"
292 + ],
293 + "dev": true,
294 + "license": "Apache-2.0",
295 + "optional": true,
296 + "os": [
297 + "openbsd"
298 + ],
299 + "engines": {
300 + "node": ">=16.20.0"
301 + }
302 + },
303 + "node_modules/@typescript/typescript-sunos-x64": {
304 + "version": "7.0.2",
305 + "resolved": "https://registry.npmjs.org/@typescript/typescript-sunos-x64/-/typescript-sunos-x64-7.0.2.tgz",
306 + "integrity": "sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==",
307 + "cpu": [
308 + "x64"
309 + ],
310 + "dev": true,
311 + "license": "Apache-2.0",
312 + "optional": true,
313 + "os": [
314 + "sunos"
315 + ],
316 + "engines": {
317 + "node": ">=16.20.0"
318 + }
319 + },
320 + "node_modules/@typescript/typescript-win32-arm64": {
321 + "version": "7.0.2",
322 + "resolved": "https://registry.npmjs.org/@typescript/typescript-win32-arm64/-/typescript-win32-arm64-7.0.2.tgz",
323 + "integrity": "sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==",
324 + "cpu": [
325 + "arm64"
326 + ],
327 + "dev": true,
328 + "license": "Apache-2.0",
329 + "optional": true,
330 + "os": [
331 + "win32"
332 + ],
333 + "engines": {
334 + "node": ">=16.20.0"
335 + }
336 + },
337 + "node_modules/@typescript/typescript-win32-x64": {
338 + "version": "7.0.2",
339 + "resolved": "https://registry.npmjs.org/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz",
340 + "integrity": "sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==",
341 + "cpu": [
342 + "x64"
343 + ],
344 + "dev": true,
345 + "license": "Apache-2.0",
346 + "optional": true,
347 + "os": [
348 + "win32"
349 + ],
350 + "engines": {
351 + "node": ">=16.20.0"
12 352 }
13 353 },
14 354 "node_modules/typescript": {
15 - "version": "6.0.3",
16 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
17 - "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
355 + "version": "7.0.2",
356 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-7.0.2.tgz",
357 + "integrity": "sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==",
18 358 "dev": true,
19 359 "license": "Apache-2.0",
20 360 "bin": {
21 - "tsc": "bin/tsc",
22 - "tsserver": "bin/tsserver"
361 + "tsc": "bin/tsc"
23 362 },
24 363 "engines": {
25 - "node": ">=14.17"
364 + "node": ">=16.20.0"
365 + },
366 + "optionalDependencies": {
367 + "@typescript/typescript-aix-ppc64": "7.0.2",
368 + "@typescript/typescript-darwin-arm64": "7.0.2",
369 + "@typescript/typescript-darwin-x64": "7.0.2",
370 + "@typescript/typescript-freebsd-arm64": "7.0.2",
371 + "@typescript/typescript-freebsd-x64": "7.0.2",
372 + "@typescript/typescript-linux-arm": "7.0.2",
373 + "@typescript/typescript-linux-arm64": "7.0.2",
374 + "@typescript/typescript-linux-loong64": "7.0.2",
375 + "@typescript/typescript-linux-mips64el": "7.0.2",
376 + "@typescript/typescript-linux-ppc64": "7.0.2",
377 + "@typescript/typescript-linux-riscv64": "7.0.2",
378 + "@typescript/typescript-linux-s390x": "7.0.2",
379 + "@typescript/typescript-linux-x64": "7.0.2",
380 + "@typescript/typescript-netbsd-arm64": "7.0.2",
381 + "@typescript/typescript-netbsd-x64": "7.0.2",
382 + "@typescript/typescript-openbsd-arm64": "7.0.2",
383 + "@typescript/typescript-openbsd-x64": "7.0.2",
384 + "@typescript/typescript-sunos-x64": "7.0.2",
385 + "@typescript/typescript-win32-arm64": "7.0.2",
386 + "@typescript/typescript-win32-x64": "7.0.2"
26 387 }
27 388 }
28 389 }
@@ -10,6 +10,6 @@
10 10 "test": "node --test"
11 11 },
12 12 "devDependencies": {
13 - "typescript": "^6.0.3"
13 + "typescript": "^7.0.2"
14 14 }
15 15 }
@@ -8,21 +8,382 @@
8 8 "name": "mnw-frontend",
9 9 "version": "0.0.0",
10 10 "devDependencies": {
11 - "typescript": "^6.0.3"
11 + "typescript": "^7.0.2"
12 + }
13 + },
14 + "node_modules/@typescript/typescript-aix-ppc64": {
15 + "version": "7.0.2",
16 + "resolved": "https://registry.npmjs.org/@typescript/typescript-aix-ppc64/-/typescript-aix-ppc64-7.0.2.tgz",
17 + "integrity": "sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==",
18 + "cpu": [
19 + "ppc64"
20 + ],
21 + "dev": true,
22 + "license": "Apache-2.0",
23 + "optional": true,
24 + "os": [
25 + "aix"
26 + ],
27 + "engines": {
28 + "node": ">=16.20.0"
29 + }
30 + },
31 + "node_modules/@typescript/typescript-darwin-arm64": {
32 + "version": "7.0.2",
33 + "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-arm64/-/typescript-darwin-arm64-7.0.2.tgz",
34 + "integrity": "sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==",
35 + "cpu": [
36 + "arm64"
37 + ],
38 + "dev": true,
39 + "license": "Apache-2.0",
40 + "optional": true,
41 + "os": [
42 + "darwin"
43 + ],
44 + "engines": {
45 + "node": ">=16.20.0"
46 + }
47 + },
48 + "node_modules/@typescript/typescript-darwin-x64": {
49 + "version": "7.0.2",
50 + "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-x64/-/typescript-darwin-x64-7.0.2.tgz",
51 + "integrity": "sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==",
52 + "cpu": [
53 + "x64"
54 + ],
55 + "dev": true,
56 + "license": "Apache-2.0",
57 + "optional": true,
58 + "os": [
59 + "darwin"
60 + ],
61 + "engines": {
62 + "node": ">=16.20.0"
63 + }
64 + },
65 + "node_modules/@typescript/typescript-freebsd-arm64": {
66 + "version": "7.0.2",
67 + "resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-arm64/-/typescript-freebsd-arm64-7.0.2.tgz",
68 + "integrity": "sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==",
69 + "cpu": [
70 + "arm64"
71 + ],
72 + "dev": true,
73 + "license": "Apache-2.0",
74 + "optional": true,
75 + "os": [
76 + "freebsd"
77 + ],
78 + "engines": {
79 + "node": ">=16.20.0"
80 + }
81 + },
82 + "node_modules/@typescript/typescript-freebsd-x64": {
83 + "version": "7.0.2",
84 + "resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-x64/-/typescript-freebsd-x64-7.0.2.tgz",
85 + "integrity": "sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==",
86 + "cpu": [
87 + "x64"
88 + ],
89 + "dev": true,
90 + "license": "Apache-2.0",
91 + "optional": true,
92 + "os": [
93 + "freebsd"
94 + ],
95 + "engines": {
96 + "node": ">=16.20.0"
97 + }
98 + },
99 + "node_modules/@typescript/typescript-linux-arm": {
100 + "version": "7.0.2",
101 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm/-/typescript-linux-arm-7.0.2.tgz",
102 + "integrity": "sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==",
103 + "cpu": [
104 + "arm"
105 + ],
106 + "dev": true,
107 + "license": "Apache-2.0",
108 + "optional": true,
109 + "os": [
110 + "linux"
111 + ],
112 + "engines": {
113 + "node": ">=16.20.0"
114 + }
115 + },
116 + "node_modules/@typescript/typescript-linux-arm64": {
117 + "version": "7.0.2",
118 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm64/-/typescript-linux-arm64-7.0.2.tgz",
119 + "integrity": "sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==",
120 + "cpu": [
121 + "arm64"
122 + ],
123 + "dev": true,
124 + "license": "Apache-2.0",
125 + "optional": true,
126 + "os": [
127 + "linux"
128 + ],
129 + "engines": {
130 + "node": ">=16.20.0"
131 + }
132 + },
133 + "node_modules/@typescript/typescript-linux-loong64": {
134 + "version": "7.0.2",
135 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-loong64/-/typescript-linux-loong64-7.0.2.tgz",
136 + "integrity": "sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==",
137 + "cpu": [
138 + "loong64"
139 + ],
140 + "dev": true,
141 + "license": "Apache-2.0",
142 + "optional": true,
143 + "os": [
144 + "linux"
145 + ],
146 + "engines": {
147 + "node": ">=16.20.0"
148 + }
149 + },
150 + "node_modules/@typescript/typescript-linux-mips64el": {
151 + "version": "7.0.2",
152 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-mips64el/-/typescript-linux-mips64el-7.0.2.tgz",
153 + "integrity": "sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==",
154 + "cpu": [
155 + "mips64el"
156 + ],
157 + "dev": true,
158 + "license": "Apache-2.0",
159 + "optional": true,
160 + "os": [
161 + "linux"
162 + ],
163 + "engines": {
164 + "node": ">=16.20.0"
165 + }
166 + },
167 + "node_modules/@typescript/typescript-linux-ppc64": {
168 + "version": "7.0.2",
169 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-ppc64/-/typescript-linux-ppc64-7.0.2.tgz",
170 + "integrity": "sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==",
171 + "cpu": [
172 + "ppc64"
173 + ],
174 + "dev": true,
175 + "license": "Apache-2.0",
176 + "optional": true,
177 + "os": [
178 + "linux"
179 + ],
180 + "engines": {
181 + "node": ">=16.20.0"
182 + }
183 + },
184 + "node_modules/@typescript/typescript-linux-riscv64": {
185 + "version": "7.0.2",
186 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-riscv64/-/typescript-linux-riscv64-7.0.2.tgz",
187 + "integrity": "sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==",
188 + "cpu": [
189 + "riscv64"
190 + ],
191 + "dev": true,
192 + "license": "Apache-2.0",
193 + "optional": true,
194 + "os": [
195 + "linux"
196 + ],
197 + "engines": {
198 + "node": ">=16.20.0"
199 + }
200 + },
201 + "node_modules/@typescript/typescript-linux-s390x": {
202 + "version": "7.0.2",
203 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-s390x/-/typescript-linux-s390x-7.0.2.tgz",
204 + "integrity": "sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==",
205 + "cpu": [
206 + "s390x"
207 + ],
208 + "dev": true,
209 + "license": "Apache-2.0",
210 + "optional": true,
211 + "os": [
212 + "linux"
213 + ],
214 + "engines": {
215 + "node": ">=16.20.0"
216 + }
217 + },
218 + "node_modules/@typescript/typescript-linux-x64": {
219 + "version": "7.0.2",
220 + "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-x64/-/typescript-linux-x64-7.0.2.tgz",
221 + "integrity": "sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==",
222 + "cpu": [
223 + "x64"
224 + ],
225 + "dev": true,
226 + "license": "Apache-2.0",
227 + "optional": true,
228 + "os": [
229 + "linux"
230 + ],
231 + "engines": {
232 + "node": ">=16.20.0"
233 + }
234 + },
235 + "node_modules/@typescript/typescript-netbsd-arm64": {
236 + "version": "7.0.2",
237 + "resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-arm64/-/typescript-netbsd-arm64-7.0.2.tgz",
238 + "integrity": "sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==",
239 + "cpu": [
240 + "arm64"
241 + ],
242 + "dev": true,
243 + "license": "Apache-2.0",
244 + "optional": true,
245 + "os": [
246 + "netbsd"
247 + ],
248 + "engines": {
249 + "node": ">=16.20.0"
250 + }
251 + },
252 + "node_modules/@typescript/typescript-netbsd-x64": {
253 + "version": "7.0.2",
254 + "resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-x64/-/typescript-netbsd-x64-7.0.2.tgz",
255 + "integrity": "sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==",
256 + "cpu": [
257 + "x64"
258 + ],
259 + "dev": true,
260 + "license": "Apache-2.0",
261 + "optional": true,
262 + "os": [
263 + "netbsd"
264 + ],
265 + "engines": {
266 + "node": ">=16.20.0"
267 + }
268 + },
269 + "node_modules/@typescript/typescript-openbsd-arm64": {
270 + "version": "7.0.2",
271 + "resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-arm64/-/typescript-openbsd-arm64-7.0.2.tgz",
272 + "integrity": "sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==",
273 + "cpu": [
274 + "arm64"
275 + ],
276 + "dev": true,
277 + "license": "Apache-2.0",
278 + "optional": true,
279 + "os": [
280 + "openbsd"
281 + ],
282 + "engines": {
283 + "node": ">=16.20.0"
284 + }
285 + },
286 + "node_modules/@typescript/typescript-openbsd-x64": {
287 + "version": "7.0.2",
288 + "resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-x64/-/typescript-openbsd-x64-7.0.2.tgz",
289 + "integrity": "sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==",
290 + "cpu": [
291 + "x64"
292 + ],
293 + "dev": true,
294 + "license": "Apache-2.0",
295 + "optional": true,
296 + "os": [
297 + "openbsd"
298 + ],
299 + "engines": {
300 + "node": ">=16.20.0"
301 + }
302 + },
303 + "node_modules/@typescript/typescript-sunos-x64": {
304 + "version": "7.0.2",
305 + "resolved": "https://registry.npmjs.org/@typescript/typescript-sunos-x64/-/typescript-sunos-x64-7.0.2.tgz",
306 + "integrity": "sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==",
307 + "cpu": [
308 + "x64"
309 + ],
310 + "dev": true,
311 + "license": "Apache-2.0",
312 + "optional": true,
313 + "os": [
314 + "sunos"
315 + ],
316 + "engines": {
317 + "node": ">=16.20.0"
318 + }
319 + },
320 + "node_modules/@typescript/typescript-win32-arm64": {
321 + "version": "7.0.2",
322 + "resolved": "https://registry.npmjs.org/@typescript/typescript-win32-arm64/-/typescript-win32-arm64-7.0.2.tgz",
323 + "integrity": "sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==",
324 + "cpu": [
325 + "arm64"
326 + ],
327 + "dev": true,
328 + "license": "Apache-2.0",
329 + "optional": true,
330 + "os": [
331 + "win32"
332 + ],
333 + "engines": {
334 + "node": ">=16.20.0"
335 + }
336 + },
337 + "node_modules/@typescript/typescript-win32-x64": {
338 + "version": "7.0.2",
339 + "resolved": "https://registry.npmjs.org/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz",
340 + "integrity": "sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==",
341 + "cpu": [
342 + "x64"
343 + ],
344 + "dev": true,
345 + "license": "Apache-2.0",
346 + "optional": true,
347 + "os": [
348 + "win32"
349 + ],
350 + "engines": {
351 + "node": ">=16.20.0"
12 352 }
13 353 },
14 354 "node_modules/typescript": {
15 - "version": "6.0.3",
16 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
17 - "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
355 + "version": "7.0.2",
356 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-7.0.2.tgz",
357 + "integrity": "sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==",
18 358 "dev": true,
19 359 "license": "Apache-2.0",
20 360 "bin": {
21 - "tsc": "bin/tsc",
22 - "tsserver": "bin/tsserver"
361 + "tsc": "bin/tsc"
23 362 },
24 363 "engines": {
25 - "node": ">=14.17"
364 + "node": ">=16.20.0"
365 + },
366 + "optionalDependencies": {
367 + "@typescript/typescript-aix-ppc64": "7.0.2",
368 + "@typescript/typescript-darwin-arm64": "7.0.2",
369 + "@typescript/typescript-darwin-x64": "7.0.2",
370 + "@typescript/typescript-freebsd-arm64": "7.0.2",
371 + "@typescript/typescript-freebsd-x64": "7.0.2",
372 + "@typescript/typescript-linux-arm": "7.0.2",
373 + "@typescript/typescript-linux-arm64": "7.0.2",
374 + "@typescript/typescript-linux-loong64": "7.0.2",
375 + "@typescript/typescript-linux-mips64el": "7.0.2",
376 + "@typescript/typescript-linux-ppc64": "7.0.2",
377 + "@typescript/typescript-linux-riscv64": "7.0.2",
378 + "@typescript/typescript-linux-s390x": "7.0.2",
379 + "@typescript/typescript-linux-x64": "7.0.2",
380 + "@typescript/typescript-netbsd-arm64": "7.0.2",
381 + "@typescript/typescript-netbsd-x64": "7.0.2",
382 + "@typescript/typescript-openbsd-arm64": "7.0.2",
383 + "@typescript/typescript-openbsd-x64": "7.0.2",
384 + "@typescript/typescript-sunos-x64": "7.0.2",
385 + "@typescript/typescript-win32-arm64": "7.0.2",
386 + "@typescript/typescript-win32-x64": "7.0.2"
26 387 }
27 388 }
28 389 }
@@ -10,6 +10,6 @@
10 10 "test": "node --test"
11 11 },
12 12 "devDependencies": {
13 - "typescript": "^6.0.3"
13 + "typescript": "^7.0.2"
14 14 }
15 15 }