-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.16
-
None
-
None
-
False
-
Description of problem:
webpack dependency in @openshift-console/dynamic-plugin-sdk-webpack package is listed as "5.75.0" i.e. not a semver range but an exact version.
If a plugin project updates its webpack dependency to a newer version, it may cause the package manager to not hoist node_modules/@openshift/dynamic-plugin-sdk-webpack (which is a dependency of the ☝️ package) which then causes problems during the webpack build.
Steps to Reproduce:
1. git clone https://github.com/kubevirt-ui/kubevirt-plugin 2. modify webpack dependency in package.json to a newer version 3. yarn install # missing node_modules/@openshift/dynamic-plugin-sdk-webpack 4. yarn build # results in build errors due to ^^
Actual results:
Build errors due to missing node_modules/@openshift/dynamic-plugin-sdk-webpack
Expected results:
No build errors
- links to
-
RHEA-2024:6122 OpenShift Container Platform 4.18.z bug fix update