Bug 2109673 - Ensure that dependencies of Console plugin SDK packages are up-to-date
Summary: Ensure that dependencies of Console plugin SDK packages are up-to-date
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.11
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Vojtech Szocs
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-07-21 18:45 UTC by Vojtech Szocs
Modified: 2023-03-09 01:25 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-03-09 01:25:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift console pull 11625 0 None open Bug 2109673: Align Console plugin SDK package dependencies with generated code 2022-07-21 18:45:48 UTC

Description Vojtech Szocs 2022-07-21 18:45:09 UTC
Description of problem:

We should align dependencies of Console plugin SDK packages with what's actually used within their generated code (excluding type-only dependencies).


Steps to reproduce:

 cd path/to/console/frontend
 yarn install # this also rebuilds the Console plugin SDK
 cd packages/console-dynamic-plugin-sdk
 jq -n 'inputs | {name,dependencies}' dist/*/package.json

The last command above prints dependencies declared by each package. These should be compared with the generated JavaScript code at dist/<pkg>/lib directory.

Comment 2 Shiftzilla 2023-03-09 01:25:27 UTC
OpenShift has moved to Jira for its defect tracking! This bug can now be found in the OCPBUGS project in Jira.

https://issues.redhat.com/browse/OCPBUGS-9412


Note You need to log in before you can comment on or make changes to this bug.