-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATA doesn't work on Nightlies during the RC period #34818
Comments
Ben mentioned this is because 3.8 isn't being published by types-publisher. |
Looks like we need to change our process so that microsoft/definitelytyped-header-parser#26 is done with the RCs. |
Well, sort of. Using only the tools we have today, the process would have to be: RC
Don't update anybody else's dependency, or it will break DT! Release
I just did the first half, and will do the second half at release. Next TimeThis is complicated! It would be better to make definitelytyped-header-parser consult npm to see which versions of typescript have actually been published. Then it could offer two lists:
Then dt-retag would always use list (2) while types-publisher would use list (1) for CI. This would reduce the release tasks to two steps: RC
Release
|
I'm going to wait until I've updated definitelytyped-header-parser skip 2.0-2.7 since that complexity will need to be handled by whatever code I write to fix this bug. |
mkdir watwatwat cd watwatwat npx express-generator
Expected: ATA works
Actual: Everything appears as
any
.ti-40592.log
contains:The text was updated successfully, but these errors were encountered: