mirror of
https://github.com/chakra-ui/chakra-ui.git
synced 2026-09-14 16:43:45 +08:00
1de9c58314
Node 22+ provides a global fetch, so node-fetch is no longer needed. HTTPS_PROXY support moves from https-proxy-agent (the `agent` option) to undici's ProxyAgent via the standard `dispatcher` option, centralized in a small request() helper. Also drops the now-unused node-fetch dependency from apps/www, removing the deprecated transitive node-domexception. Resolves discussion #10039.