shadcn@4.17.0
Minor Changes
-
#10453
deda4df80fb350230b2fce2b575e769a90cae076Thanks @nbouvrette! - Add SOCKS4/SOCKS5 proxy support to the registry HTTP stack viaALL_PROXY=socks5://...(the curl convention), backed by thesockspackage.Proxy selection now goes through a
createProxyDispatcher(env)factory that checksALL_PROXY/all_proxyfor asocks*://URL before falling back to the existing HTTP/HTTPS handling.ALL_PROXYwith a non-SOCKS scheme is ignored here —HTTP_PROXY/HTTPS_PROXYremain the way to configure those. ExistingHTTPS_PROXY/HTTP_PROXY/NO_PROXYhandling viaundici.EnvHttpProxyAgentis unchanged.