Open hattyhattington17 opened 6 days ago
yup, and we can simply remove isomorphic-fetch
because all it does is add a shim for fetch()
in node versions lower than 18. In node >= 18, fetch()
is a builtin global that we should be able to use directly. I don't think we care about lower node versions anymore
Isomorphic-fetch is no longer being maintained and is causing a deprecation warning on node v22.11.0 by pulling in punycode.
From the zkapp-cli:
When this is done, remove the whatwg-url version override from zkapp-cli's package.json https://github.com/o1-labs/zkapp-cli/pull/707