Commit Graph

2483 Commits

Author SHA1 Message Date
TypeScript Bot
f47cb222f5 Format 2023-02-27 21:44:07 +00:00
Nathan Shively-Sanders
8fb472ba1c Add TS 5.1 in preparation for 5.0 RC (#616) 2023-02-27 13:40:33 -08:00
TypeScript Bot
4b46bd0681 v0.0.149 v0.0.149 2023-02-27 20:39:31 +00:00
TypeScript Bot
1eec0f6213 v0.0.149-next.0 v0.0.149-next.0 2023-02-27 20:13:26 +00:00
Nathan Shively-Sanders
32beddf26b Delete estree.clearProgramCache (#620)
1. The newest version of estree makes clearCaches clear all caches, not
just the watch caches.
2. The newest version of estree also mistakenly exports
clearProgramCache as the *call* of clearCaches, not an alias for it.

Previous to the new version of estree, clearCaches and clearProgramCache
were two different things, and both were needed to avoid running out of
memory in dtslint-runner.
2023-02-27 12:09:54 -08:00
TypeScript Bot
7d6b632d5d v0.0.148 v0.0.148 2023-02-27 17:10:03 +00:00
TypeScript Bot
88cc50053f v0.0.148-next.9 v0.0.148-next.9 2023-02-27 16:59:45 +00:00
Nathan Shively-Sanders
cc66601b2f Update typescript eslint at root (#617)
* Update typescript-eslint dependencies at root

Looks like overnight runs are mistakenly using typescript-eslint/*@4
when they should be on 5 to have access to the cache-clearing function.
Try upgrading the dev version of typescript-eslint to 5 to see if that
fixes it.

* Add missing dependency

Makes lint succeed.
2023-02-27 08:56:14 -08:00
TypeScript Bot
6b7b87b7dd v0.0.148-next.8 v0.0.148-next.8 2023-02-16 22:40:48 +00:00
Nathan Shively-Sanders
ce0d29ce71 typescript-eslint workaround + misc fixes (#613)
* typescript-eslint workaround + misc fixes

1. typescript-eslint memory usage workaround provided by @bradzacher in
https://github.com/typescript-eslint/typescript-eslint/issues/6462.
Clear caches after each run so that ts.Program objects aren't retained
forever.
2. typescript-eslint speedup provided the same way. Avoid constructing
some objects that are only needed for editors.
3. Add yet another jsdoc tag to no-redundant-jsdoc2
4. Correct and reduce amount of perf-related printing at end of
ExpectRule. The correction is needed now that ExpectRule saves the
equivalent of --extendedDiagnostics after running; I changed the name of
the properties to match.

* fix semicolon lint
2023-02-16 14:37:19 -08:00
TypeScript Bot
7cafafbeb5 v0.0.148-next.7 v0.0.148-next.7 2023-02-10 01:16:15 +00:00
Nathan Shively-Sanders
3fd975c8bd Skip eslint in --expectOnly (#612)
expectRule hasn't been ported, so no need to run eslint when
--expectOnly is provided.
2023-02-09 17:12:37 -08:00
TypeScript Bot
c30a9f59a6 v0.0.148-next.6 v0.0.148-next.6 2023-02-09 22:58:15 +00:00
TypeScript Bot
f120be06d4 Format 2023-02-09 22:57:51 +00:00
Nathan Shively-Sanders
fb9364af19 Add same perf logging as tsc's --extendedDiagnostics (#611)
* Add same perf logging as tsc's --extendedDiagnostics

* remove outdated comment
2023-02-09 14:54:43 -08:00
TypeScript Bot
d9bdbfa085 v0.0.148-next.5 v0.0.148-next.5 2023-02-09 17:34:01 +00:00
TypeScript Bot
587a419cac Format 2023-02-09 17:33:36 +00:00
Nathan Shively-Sanders
fc284b4e7a Add child restart interval flag (#610)
* Add child restart interval flag

* exempt another CONST from linting
2023-02-09 09:29:27 -08:00
TypeScript Bot
c2215f5abe v0.0.148-next.4 v0.0.148-next.4 2023-02-08 23:42:51 +00:00
Nathan Shively-Sanders
226582f90f Try only 20 tasks per child instead of 50 (#609)
50 tasks per child avoids about 90% of ooms without slowing down tests
much at all. Let's see if 20 tasks per child will avoid closer to 100%
without slowing down too much more.
2023-02-08 15:38:19 -08:00
TypeScript Bot
7f14573a82 v0.0.148-next.3 v0.0.148-next.3 2023-02-08 21:33:13 +00:00
TypeScript Bot
90711c10ae Format 2023-02-08 21:32:41 +00:00
Nathan Shively-Sanders
f82cb3daa5 dtslint-runner restarts children periodically (#608)
Once every 50 tasks, instead of every task. This should be enough to
avoid most ooms without slowing down execution much at all.
2023-02-08 13:29:25 -08:00
TypeScript Bot
8a7e4b2f64 v0.0.148-next.2 v0.0.148-next.2 2023-02-08 20:42:16 +00:00
Nathan Shively-Sanders
b3eb3c98d6 Print node version on startup (#607) 2023-02-08 12:38:29 -08:00
TypeScript Bot
0d18e4bd46 v0.0.148-next.1 v0.0.148-next.1 2023-02-08 17:57:22 +00:00
Nathan Shively-Sanders
8e934cc08d Stop and restart each dtslint individually (#606)
See if it stops out-of-memory crashes, even though it will be
considerably slower.
2023-02-08 09:53:24 -08:00
Nathan Shively-Sanders
d6648751b5 4 small fixes (#605)
1. 2 typo fixes
2. Use slice instead of substr, which is deprecated
3. Add support for JSDocThrowsTag using the workaround for the
dependency that doesn't have it in its enum.
2023-02-08 09:44:00 -08:00
TypeScript Bot
9df9c03345 v0.0.148-next.0 v0.0.148-next.0 2023-02-06 23:32:45 +00:00
James Garbutt
2b664ac63f chore (definitions-parser): whitelist micro package (#604) 2023-02-06 15:28:42 -08:00
TypeScript Bot
3890b87a12 v0.0.147 v0.0.147 2023-02-03 16:53:41 +00:00
TypeScript Bot
493ca7d212 v0.0.147-next.2 v0.0.147-next.2 2023-02-03 00:35:39 +00:00
Nathan Shively-Sanders
ca59c77c44 Remove the last aws-sdk@2 dependents from expectedFailures (#601)
I updated them so that
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/63878 would
pass.
2023-02-02 16:31:21 -08:00
TypeScript Bot
65af23c25d v0.0.147-next.1 v0.0.147-next.1 2023-02-02 21:16:22 +00:00
Piotr Błażejewicz (Peter Blazejewicz)
892d660fba [add] react-clock dependency for DT (#600)
Required for:
DefinitelyTyped/DefinitelyTyped#64202

Thanks!
2023-02-02 13:12:26 -08:00
TypeScript Bot
954bdbbaf7 v0.0.147-next.0 v0.0.147-next.0 2023-02-02 19:01:39 +00:00
Florian Imdahl
b23f90f404 chore: Add @types/rimraf to allowed dependencies (#598) 2023-02-02 10:57:55 -08:00
TypeScript Bot
5fd47b0495 v0.0.146 v0.0.146 2023-01-31 22:37:36 +00:00
TypeScript Bot
c82bcf744d v0.0.146-next.0 v0.0.146-next.0 2023-01-31 22:05:52 +00:00
Nathan Shively-Sanders
2bd2626b8d Remove more AWS dependents from expectedFailures.txt (#597)
I switched these packages to depend on @types/aws-sdk2-types instead of
full aws-sdk@2, since they are unlikely ever to upgrade to version 3.
2023-01-31 14:02:29 -08:00
TypeScript Bot
39bf925120 v0.0.145 v0.0.145 2023-01-27 23:50:05 +00:00
TypeScript Bot
cf205684a5 v0.0.145-next.1 v0.0.145-next.1 2023-01-27 21:50:16 +00:00
Nathan Shively-Sanders
ae8d2b290e Expect hapi dependents to pass (#596)
* Expect hapi dependents to pass

A lot of aws-sdk dependents are also passing, but I want to get two or
three days of history before taking them off the list.

* Add schwifty to passing list too
2023-01-27 13:46:32 -08:00
TypeScript Bot
ebeabf4b6a v0.0.145-next.0 v0.0.145-next.0 2023-01-26 18:51:41 +00:00
Adam Thompson-Sharpe
72ba878b07 feat: Add @types/react-leaflet to allowed packages (#594) 2023-01-26 10:48:09 -08:00
TypeScript Bot
16edb688ea v0.0.144 v0.0.144 2023-01-24 19:12:01 +00:00
TypeScript Bot
febab5105d v0.0.144-next.0 v0.0.144-next.0 2023-01-24 19:05:04 +00:00
Nathan Shively-Sanders
92df724c80 Updated expectedFailures (#595)
Add more AWS dependents, remove a couple of others that now pass. (I
think because knex fixed their types?)
2023-01-24 10:59:06 -08:00
TypeScript Bot
966cb4466b v0.0.143 v0.0.143 2023-01-19 23:50:07 +00:00
TypeScript Bot
6b8bcc37fb v0.0.143-next.4 v0.0.143-next.4 2023-01-19 22:42:47 +00:00