Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/koku-ui-hccm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"victory": "^37.3.6"
},
"devDependencies": {
"@openshift/dynamic-plugin-sdk-webpack": "4.1.0",
"@openshift/dynamic-plugin-sdk-webpack": "^5.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Upgrading @openshift/dynamic-plugin-sdk-webpack by a major version (from 4.1.0 to ^5.0.0) introduces a risk of breaking changes that could affect the build process. The webpack configurations using this plugin (webpack-onprem.config.ts) have not been updated to account for any potential API changes in the new version. This can lead to build failures or unexpected runtime behavior.

"@redhat-cloud-services/frontend-components-config": "^6.7.19",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.35",
"ts-patch": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/koku-ui-ros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"yaml": "^2.8.2"
},
"devDependencies": {
"@openshift/dynamic-plugin-sdk-webpack": "4.1.0",
"@openshift/dynamic-plugin-sdk-webpack": "^5.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Upgrading @openshift/dynamic-plugin-sdk-webpack by a major version (from 4.1.0 to ^5.0.0) introduces a risk of breaking changes that could affect the build process. The webpack configurations using this plugin (webpack-onprem.config.ts) have not been updated to account for any potential API changes in the new version. This can lead to build failures or unexpected runtime behavior.

"@redhat-cloud-services/frontend-components-config": "^6.7.19",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.35",
"jws": "^4.0.1",
Expand Down
40 changes: 38 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading