-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.EngSysThis issue is impacting the engineering system.This issue is impacting the engineering system.
Description
Dev dependency follow-redirects was pinned to version 1.11.0 in #9609 as a temporary workaround:
[email protected]adds a peer dependency ondebug[email protected]depends onfollow-redirects@^1.0.0, but does not depend on `debug, which causes an error due to missing peer dependencies
If this issue is fixed in either follow-redirects or http-proxy, we should be able to just unpin the dependency and run rush update --full.
If the issue is not fixed in these packages, we can instead add a dev dependency on debug to all our packages which transitively depend on follow-redirects. This should be all the packages which depend on karma (karma -> http-proxy -> follow-redirects).
PR to add dev dependency "debug": #9608
Related: follow-redirects/follow-redirects#135, http-party/node-http-proxy#1460
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.EngSysThis issue is impacting the engineering system.This issue is impacting the engineering system.