hcengineering / platform

Huly — All-in-One Project Management Platform (alternative to Linear, Jira, Slack, Notion, Motion)
https://huly.io
Eclipse Public License 2.0
17.55k stars 1.06k forks source link

Use native node fetch everywhere #6809

Open lexiv0re opened 1 month ago

lexiv0re commented 1 month ago

Remove node-fetch dependency

Huly®: UBERF-8357

lexiv0re commented 1 month ago

After the first PR It's still used in datalake client and it appeared not to be a trivial task to switch to the native modules there as it uses streams for uploading files and it involves using some experimental apis to support similar functions on the native modules so I felt like it's not worth it for now.