feat!: replace got with node fetch#1817
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1817 +/- ##
==========================================
- Coverage 97.70% 97.15% -0.55%
==========================================
Files 5 5
Lines 174 176 +2
Branches 30 32 +2
==========================================
+ Hits 170 171 +1
- Misses 4 5 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
do you know I'd global agent is still working when configuring http proxy on renovate? using feat to get a release. refactor won't create a release |
I guess a workaround could be to add the following in import { EnvHttpProxyAgent, setGlobalDispatcher } from 'undici';
setGlobalDispatcher(new EnvHttpProxyAgent()); |
|
thanks, marking this as breaking change, so it doesn't silently get merged to renovate |
|
wonder if we need to abstract the |
Wouldn't abstracting further, e.g., to renovate could still use |
Removes the
gotdependency from both packages in favour of the built-infetch.gotwith nodefetch#1771// @viceice