Conversation
because type errors in examples, test etc shouldn't block publish those are handled in `lint:ts`
and upgrade got
There was a problem hiding this comment.
Looking good! Just a few nits , and the node 18 question.
im not feeling strongly, but it seemed there weren’t very big reasons for dropping it outside a got upgrade, which you didn’t end up doing?
Edit: Disregard the node 18 comment, I hadn’t seen the last slack messages yet. We can drop it, as you do here 👌
Curious if you figured out why the missing error in the assembly status schema was not a problem, did no code check for it?
correct. no code checked for it. it was the case of GETting an assembly and checking the |
|
Awesome, thanks!! |
|
Let’s add tsx, if you agree, and then we can merge |
instead of tsx #223 (comment)
Co-authored-by: Remco Haszing <remcohaszing@gmail.com>
note: we cannot upgrade got beyond 13 (14) because it requires node20.see also https://github.com/transloadit/api2/pull/6341
Note: Breaking changes:
gotRetryoption no longer acceptsnumber. Instead use{ limit: 0 }. Seegotretryobject documentation.