-
Bug
-
Resolution: Done
-
Critical
-
7.5.0.GA
-
None
As package-lock.json is removed and a new one generated during the PNC build, it contains different versions of dependencies compared to upstream. Some of these (eventually patternfly, to name one) are not backward compatible on the level of generated html code. As a result, some snapshot tests fail if being run on product sources.
Another side effect is that the newly generated package-lock.json refers to an internal Red Hat environment by starting every dependency's URL with:
"http://indy.newcastle.svc.cluster.local/api/folo/track/build-32731". This is an unnecessary exposure of information about internal infrastructure.
- relates to
-
RHPAM-2199 NPM dependencies: Use only fixed version in package.json files
- Closed