cross-fetch icon indicating copy to clipboard operation
cross-fetch copied to clipboard

fix: Update Node Fetch

Open Ghislain89 opened this issue 1 year ago • 3 comments

This PR updates Node Fetch to 2.6.13, to fix https://github.com/node-fetch/node-fetch/issues/1735 and https://github.com/node-fetch/node-fetch/pull/1765

Ghislain89 avatar May 28 '24 08:05 Ghislain89

Possible to get this merged? Actually there's already 2.7.0 that might be used but I think minimum is .13. Thanks!

drodil avatar Aug 02 '24 10:08 drodil

It would be nice to get this merged, since [email protected] still depends on [email protected] that invokes a deprecated punycode Node.js module. So this throws a lot of annoying warnings when running on Node.js 22.x:

(node:22157) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

dirkluijk avatar Oct 17 '24 16:10 dirkluijk

@lquixada Any update on getting this merged? This library is used by countless other libraries as a dependency and would be nice to get this resolved

jackcobb avatar Nov 15 '24 13:11 jackcobb