You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all Node.js versions under active development and maintenance have builtin fetch, so as to not have to test for different implementations of fetch (namely node-fetch from within cross-fetch for Node.js 14 and 16 and builtin undicifetch for Node.js 18 (cross-fetch/polyfill only works if there isn't already a fetch function globally defined)), lets switch to officially supporting 18 and 20 this no longer applies because of Update Jest #1622 disabling builtin fetch with a setup script
The text was updated successfully, but these errors were encountered:
https://github.com/nodejs/Release
There are a few issues that this will unblock/make easier and saner to implement:
@typescript-eslint/eslint-plugin
doesn't support Node.js 14 anymoreproblematic tests regarding Node.js built-inand UMD bundled version theoretically should err on browsers without nativefetch
#1612fetch
support #1610all Node.js versions under active development and maintenance have builtinthis no longer applies because of Update Jest #1622 disabling builtinfetch
, so as to not have to test for different implementations offetch
(namelynode-fetch
from withincross-fetch
for Node.js 14 and 16 and builtinundici
fetch
for Node.js 18 (cross-fetch/polyfill
only works if there isn't already afetch
function globally defined)), lets switch to officially supporting 18 and 20fetch
with a setup scriptThe text was updated successfully, but these errors were encountered: