Updated proxy-agent from v5.0.0 to v6.3.0 in order to remove dependency on the discontinuedvm2 library
Updated how a ProxyAgent is constructed as the previous method no longer works in proxy-agent v6 (ProxyAgent is now an ES6 class)
As far as I can tell, this update does not otherwise have any impact on the functionality of the library or require API changes. I've also tested an ember deploy from my machine using this branch which seemed to work successfully.
Related issues
Resolves #179.
PR Checklist
[x] Add tests (N/A)
[x] Add documentation (N/A)
[x] Prefix documentation-only commits with [DOC] (N/A)
People
Mention people who would be interested in the changeset (if any): @lukemelia ?
What Changed & Why
proxy-agent
from v5.0.0 to v6.3.0 in order to remove dependency on the discontinuedvm2
libraryProxyAgent
is constructed as the previous method no longer works inproxy-agent
v6 (ProxyAgent
is now an ES6 class)As far as I can tell, this update does not otherwise have any impact on the functionality of the library or require API changes. I've also tested an
ember deploy
from my machine using this branch which seemed to work successfully.Related issues
Resolves #179.
PR Checklist
People
Mention people who would be interested in the changeset (if any): @lukemelia ?