Skip to content

Unpin dev dependency "follow-redirects" #9612

@mikeharder

Description

@mikeharder

Dev dependency follow-redirects was pinned to version 1.11.0 in #9609 as a temporary workaround:

  • [email protected] adds a peer dependency on debug
  • [email protected] depends on follow-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.EngSysThis issue is impacting the engineering system.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions