Skip to content

WiP - Align PatternFly dependencies with resolutions in Console main branch#420

Open
vojtechszocs wants to merge 1 commit into
openshift:mainfrom
vojtechszocs:align-pf-deps-with-console
Open

WiP - Align PatternFly dependencies with resolutions in Console main branch#420
vojtechszocs wants to merge 1 commit into
openshift:mainfrom
vojtechszocs:align-pf-deps-with-console

Conversation

@vojtechszocs
Copy link
Copy Markdown
Contributor

@vojtechszocs vojtechszocs commented May 26, 2026

⚠️ Work in Progress

Same check list as in kubevirt-ui/kubevirt-plugin#3976


📝 Description

Update Console dynamic plugin SDK dependencies to 4.23 latest prerelease version.

Align PatternFly dependencies with resolutions in Console main branch.

find . -type d -path '*/node_modules/@patternfly/*' -prune | sort

Resolutions used by the plugin can be verified via npm why <pkg> command.

There should be only one resolution per each PatternFly package.

🔗 Links

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 26, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 34a1b483-5d9a-46b2-bdd9-d4b10c7481b4

📥 Commits

Reviewing files that changed from the base of the PR and between 0681354 and 9ed08c1.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

Walkthrough

This pull request updates devDependencies in package.json by bumping OpenShift Console dynamic plugin SDK packages from 4.22.0-prerelease.3 to 4.23.0-prerelease.1 and advancing PatternFly packages from the 6.4.x to 6.5.x line.

Changes

Dependency Updates

Layer / File(s) Summary
SDK and PatternFly package upgrades
package.json
@openshift-console/* packages bumped to 4.23.0-prerelease.1; PatternFly quickstarts, react-core, react-icons, react-table, and react-tokens upgraded from 6.4.x to 6.5.x.

🎯 2 (Simple) | ⏱️ ~8 minutes

🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating and aligning PatternFly and Console SDK dependencies with the main branch versions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed This is a Node.js/React web console plugin repo with no Go files or Ginkgo tests. The PR only updates dependency versions in package.json. Custom check for Ginkgo test names is not applicable.
Test Structure And Quality ✅ Passed PR only updates package.json dependencies with no changes to test code. Custom check for Ginkgo test quality is not applicable since no Ginkgo tests exist in the repo and none are modified.
Microshift Test Compatibility ✅ Passed PR contains no Ginkgo e2e tests. Changes are limited to package.json dependency version updates in a TypeScript/React console plugin repository. The check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR only updates dependency versions in package.json for a TypeScript/Node.js plugin. No Ginkgo e2e tests are added, making the SNO compatibility check not applicable to this repository.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates package.json dependency versions; does not add/modify deployment manifests, operator code, or controllers, so topology-aware scheduling check is not applicable.
Ote Binary Stdout Contract ✅ Passed OTE Binary Stdout Contract check is inapplicable. Repository is TypeScript/React with no Go code, binaries, or stdout-affecting changes. PR only updates package.json.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR contains only package.json dependency updates and TypeScript/configuration files. No new Ginkgo e2e tests are added, making the IPv6/disconnected network test check not applicable.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot requested review from avivtur and upalatucci May 26, 2026 18:25
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 26, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vojtechszocs

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 26, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 26, 2026

@vojtechszocs: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant