Skip to content

Conversation

@mifi
Copy link
Collaborator

@mifi mifi commented Apr 9, 2025

note: we cannot upgrade got beyond 13 (14) because it requires node20.

see also https://github.com/transloadit/api2/pull/6341

Note: Breaking changes:

@mifi mifi mentioned this pull request Apr 9, 2025
15 tasks
@mifi mifi requested review from kvz and remcohaszing April 9, 2025 20:51
@mifi mifi requested a review from remcohaszing April 10, 2025 09:57
mifi added 5 commits April 10, 2025 13:11
because type errors in examples, test etc shouldn't block publish
those are handled in `lint:ts`
and upgrade got
Copy link
Member

@kvz kvz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

@mifi
Copy link
Collaborator Author

mifi commented Apr 11, 2025

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 error property on that response.
in other cases where there is an error during assembly execution, we throw an error (like when creating an assembly), but we didn't have any code that actually GETs a failed assembly after it has failed. but i've added it here now.

@kvz
Copy link
Member

kvz commented Apr 11, 2025

Awesome, thanks!!

@kvz
Copy link
Member

kvz commented Apr 11, 2025

Let’s add tsx, if you agree, and then we can merge

@mifi mifi requested a review from remcohaszing April 11, 2025 14:46
@mifi mifi merged commit 51206e0 into main Apr 11, 2025
8 checks passed
@mifi mifi deleted the esm branch April 11, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants